Download osgi-kernel-0.6.0.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.6.0 in this page.

License

BSD

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials