Maven Repository - POM file for OSGi org.osgi.compendium 4.3.0 4.3.0

Summary

osgi.cmpn.

OSGi Service Platform Release 4 Version 4.3, Compendium Interfaces and Classes for use in compiling bundles..

Declaration

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>4.3.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.





License

Name:Apache License, Version 2.0
URL: http://opensource.org/licenses/apache2.0.php.

Depended by

The following table lists the most popular artifacts which are depending on org.osgi.compendium-4.3.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
OSGiorg.apache.felix.metatype 1.0.6
Implementation of the OSGi Metatype Service Specification 1.2
53
OSGiorg.apache.felix.configadmin 1.4.0
Implementation of the OSGi Configuration Admin Service Specification 1.4
5

Packages

The following packages are defined in the org.osgi.compendium-4.3.0.jar

org.osgi.application
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.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




POM File Source

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>
    4.3.0
  </version>
  <description>
    OSGi Service Platform Release 4 Version 4.3, Compendium 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>