osgi.cmpn.
OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles..
Here is the list of declaration for org.osgi.compendium. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> </dependency>
If you think this Maven repository POM file listing for org.osgi.compendium is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, Version 2.0
URL: http://opensource.org/licenses/apache2.0.php.
The following packages are defined in the org.osgi.compendium-5.0.0.jar
org.osgi.application org.osgi.namespace.contract org.osgi.namespace.extender org.osgi.namespace.service org.osgi.service.application org.osgi.service.blueprint.container org.osgi.service.blueprint.reflect org.osgi.service.cm org.osgi.service.component org.osgi.service.component.annotations org.osgi.service.coordinator org.osgi.service.deploymentadmin org.osgi.service.deploymentadmin.spi org.osgi.service.device org.osgi.service.dmt org.osgi.service.dmt.notification org.osgi.service.dmt.notification.spi org.osgi.service.dmt.security org.osgi.service.dmt.spi org.osgi.service.event org.osgi.service.http org.osgi.service.io org.osgi.service.jdbc org.osgi.service.jndi org.osgi.service.jpa org.osgi.service.log org.osgi.service.metatype org.osgi.service.monitor org.osgi.service.prefs org.osgi.service.provisioning org.osgi.service.remoteserviceadmin org.osgi.service.repository org.osgi.service.resolver org.osgi.service.serviceloader org.osgi.service.subsystem org.osgi.service.upnp org.osgi.service.useradmin org.osgi.service.wireadmin org.osgi.util.measurement org.osgi.util.position org.osgi.util.xml
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> <groupId> org.osgi </groupId> <artifactId> org.osgi.compendium </artifactId> <version> 5.0.0 </version> <description> OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles. </description> <name> osgi.cmpn </name> <url> http://www.osgi.org </url> <scm> <url> private </url> <connection> private </connection> <developerConnection> private </developerConnection> </scm> <organization> <name> OSGi Alliance </name> <url> http://www.osgi.org </url> </organization> <licenses> <license> <name> Apache License, Version 2.0 </name> <url> http://opensource.org/licenses/apache2.0.php </url> <distribution> repo </distribution> </license> </licenses> </project>