OSGi R4 compendium.
Here is the list of declaration for osgi_R4_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>osgi_R4_compendium</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for osgi_R4_compendium is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the osgi_R4_compendium-1.0.jar
org.osgi.service.cm org.osgi.service.component org.osgi.service.device org.osgi.service.event org.osgi.service.http org.osgi.service.io org.osgi.service.log org.osgi.service.metatype org.osgi.service.prefs org.osgi.service.provisioning org.osgi.service.upnp org.osgi.service.useradmin org.osgi.service.wireadmin org.osgi.util.measurement org.osgi.util.position org.osgi.util.tracker org.osgi.util.xml
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.osgi</groupId> <artifactId>osgi_R4_compendium</artifactId> <version>1.0</version> <packaging>jar</packaging> <name>OSGi R4 compendium</name> <url>http://www.osgi.org</url> <description>OSGi R4 compendium</description> </project>