OPS4J Base - Net.
OPS4J Base - Utilities/Extensions related to java.net..
Here is the list of declaration for ops4j-base-net. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-net</artifactId> <version>1.2.3</version> </dependency>
If you think this Maven repository POM file listing for ops4j-base-net is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The ops4j-base-net-1.2.3 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Development | ops4j-base-lang 1.2.3 OPS4J Base - Utilities/Extensions related to java.lang. | 8 |
The following table lists the most popular artifacts which are depending on ops4j-base-net-1.2.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
OSGi | org.apache.felix.scr 1.8.0 Implementation of the Declarative Services specification 1.2 | 8 |
OSGi | org.apache.felix.scr 1.6.2 Implementation of the Declarative Services specification 1.2 | 57 |
OSGi | org.apache.felix.scr 1.8.2 Implementation of the Declarative Services specification 1.2 | 5 |
The following plugins are used in the ops4j-base-net-1.2.3.jar
The following packages are defined in the ops4j-base-net-1.2.3.jar
org.ops4j.net
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ops4j</groupId> <artifactId>base</artifactId> <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-net</artifactId> <version>1.2.3</version> <packaging>bundle</packaging> <name>OPS4J Base - Net</name> <description> OPS4J Base - Utilities/Extensions related to java.net. </description> <properties> <bundle.symbolicName>org.ops4j.base.net</bundle.symbolicName> <bundle.namespace>org.ops4j.net</bundle.namespace> </properties> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-lang</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-monitors</artifactId> <version>1.2.3</version> </dependency> </dependencies> </project>