Download osgi-3.9.1-v20130814-1242.jar file - Jar o

Jar examples for o:osgi

Description

OSGi is really an adjective. It generically refers to the OSGi Alliance, an industry organization that creates specifications. In particular, the OSGi Service Platform Specification R4. See Wikipedia for more details and pointers.

You can download jar file osgi 3.9.1-v20130814-1242 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add osgi-3.9.1-v20130814-1242.jar to your project.

<dependency>
   <groupId>org.eclipse</groupId>
   <artifactId>osgi</artifactId>
   <version>3.9.1-v20130814-1242</version>
</dependency>
compile group: 'org.eclipse', name: 'osgi', version: '3.9.1-v20130814-1242'
libraryDependencies += "org.eclipse" % "osgi" % "3.9.1-v20130814-1242"
<dependency org="org.eclipse" name="osgi" rev="3.9.1-v20130814-1242"/>
@Grapes(@Grab(group='org.eclipse', module='osgi', version='3.9.1-v20130814-1242'))
'org.eclipse:osgi:jar:3.9.1-v20130814-1242'

Download

Click the following link to download the jar file.

osgi-3.9.1-v20130814-1242-javadoc.jar
osgi-3.9.1-v20130814-1242-sources.jar
osgi-3.9.1-v20130814-1242.jar
osgi-3.9.1-v20130814-1242.pom



Related Tutorials