Maven Repository - POM file for OSGi org.osgi.core 5.0.0 5.0.0

Summary

osgi.core.

OSGi Service Platform Release 5 Version 5.0, Core Interfaces and Classes for use in compiling bundles..

Declaration

Here is the list of declaration for org.osgi.core. 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.core</artifactId>
   <version>5.0.0</version>
</dependency>

If you think this Maven repository POM file listing for org.osgi.core 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.core-5.0.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
OSGiorg.apache.felix.scr 1.8.0
Implementation of the Declarative Services specification 1.2
8
Scalascalatest_2.10 2.1.4
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
22
Scalascalatest_2.10 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
59
Scalascalatest_2.10 2.1.6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
70
Scalascalatest_2.11 2.1.7
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Scalascalatest_2.11 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
39
OSGiorg.apache.felix.scr 1.8.2
Implementation of the Declarative Services specification 1.2
5

Packages

The following packages are defined in the org.osgi.core-5.0.0.jar

org.osgi.framework
org.osgi.framework.hooks.bundle
org.osgi.framework.hooks.resolver
org.osgi.framework.hooks.service
org.osgi.framework.hooks.weaving
org.osgi.framework.launch
org.osgi.framework.namespace
org.osgi.framework.startlevel
org.osgi.framework.wiring
org.osgi.resource
org.osgi.service.condpermadmin
org.osgi.service.packageadmin
org.osgi.service.permissionadmin
org.osgi.service.startlevel
org.osgi.service.url
org.osgi.util.tracker




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.core
  </artifactId>
  <version>
    5.0.0
  </version>
  <description>
    OSGi Service Platform Release 5 Version 5.0, Core Interfaces
     and Classes for use in compiling bundles.
  </description>
  <name>
    osgi.core
  </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>