Download org.osgi.core-1.4.0.jar file - Jar o

Jar examples for o:org.osgi.core

Description

OSGi Service Platform Release 4 Core Interfaces and Classes.

You can download jar file org.osgi.core 1.4.0 in this page.

License

Apache License

Build File

You can use the following script to add org.osgi.core-1.4.0.jar to your project.

<dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.osgi.core</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'org.apache.felix', name: 'org.osgi.core', version: '1.4.0'
libraryDependencies += "org.apache.felix" % "org.osgi.core" % "1.4.0"
<dependency org="org.apache.felix" name="org.osgi.core" rev="1.4.0"/>
@Grapes(@Grab(group='org.apache.felix', module='org.osgi.core', version='1.4.0'))
'org.apache.felix:org.osgi.core:jar:1.4.0'

Download

Click the following link to download the jar file.

org.osgi.core-1.4.0-sources.jar
org.osgi.core-1.4.0.jar
org.osgi.core-1.4.0.pom



Related Tutorials