Jar examples for o:osgi
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.5.0.v20090520 in this page.
Eclipse Public License - v 1.0
You can use the following script to add osgi-3.5.0.v20090520.jar to your project.
<dependency> <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> <version>3.5.0.v20090520</version> </dependency>
compile group: 'org.eclipse', name: 'osgi', version: '3.5.0.v20090520'
libraryDependencies += "org.eclipse" % "osgi" % "3.5.0.v20090520"
<dependency org="org.eclipse" name="osgi" rev="3.5.0.v20090520"/>
@Grapes(@Grab(group='org.eclipse', module='osgi', version='3.5.0.v20090520'))
'org.eclipse:osgi:jar:3.5.0.v20090520'
Click the following link to download the jar file.
osgi-3.5.0.v20090520.jar