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

Summary

osgi.core.

OSGi Service Platform Release 4 Version 4.3, 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>4.3.1</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-4.3.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Businesscamel-core 2.13.1
The Core Camel Java DSL based router
12
JDBCorg.everit.osgi.jdbc.commons.dbcp 2.0.0
Configurable DS components that make it possible to create XA and non-XA pooled datasource instances via ConfigAdmin.
5
Businesscamel-core 2.11.0
The Core Camel Java DSL based router
13
JUnitorg.everit.osgi.dev.testrunner.junit4 3.0.3
Extension of everit-osgi-testrunner that allows to run Junit4 based tests. The tests have to be registered with the osgi.testEngine=junit4 service property.
10
Businesscamel-core 2.13.2
The Core Camel Java DSL based router
12
Businesscamel-core 2.11.1
The Core Camel Java DSL based router
7
Businesscamel-core 2.12.3
The Core Camel Java DSL based router
15
Databaseorg.everit.osgi.querydsl.templates 1.0.1
Component that can configure and publish SQLTemplate services.
5
OSGiorg.apache.felix.scr 1.6.2
Implementation of the Declarative Services specification 1.2
57




Packages

The following packages are defined in the org.osgi.core-4.3.1.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.startlevel
org.osgi.framework.wiring
org.osgi.service.condpermadmin
org.osgi.service.packageadmin
org.osgi.service.permissionadmin
org.osgi.service.startlevel
org.osgi.service.url




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