Download osgi-kernel-0.5.3.jar file - Jar o

Jar examples for o:osgi-kernel

Description

This is a simple osgi runtime with the ability to use maven repositories to manage bundle dependencies and event transitive dependencies.

You can download jar file osgi-kernel 0.5.3 in this page.

License

BSD

Build File

You can use the following script to add osgi-kernel-0.5.3.jar to your project.

<dependency>
   <groupId>de.matrixweb.smaller</groupId>
   <artifactId>osgi-kernel</artifactId>
   <version>0.5.3</version>
</dependency>
compile group: 'de.matrixweb.smaller', name: 'osgi-kernel', version: '0.5.3'
libraryDependencies += "de.matrixweb.smaller" % "osgi-kernel" % "0.5.3"
<dependency org="de.matrixweb.smaller" name="osgi-kernel" rev="0.5.3"/>
@Grapes(@Grab(group='de.matrixweb.smaller', module='osgi-kernel', version='0.5.3'))
'de.matrixweb.smaller:osgi-kernel:jar:0.5.3'

Download

Click the following link to download the jar file.

osgi-kernel-0.5.3-javadoc.jar
osgi-kernel-0.5.3-sources.jar
osgi-kernel-0.5.3.jar
osgi-kernel-0.5.3.pom



Related Tutorials