Jar examples for o:osgi-kernel
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.2.0 in this page.
BSD
You can use the following script to add osgi-kernel-0.2.0.jar to your project.
<dependency> <groupId>de.matrixweb.osgi</groupId> <artifactId>osgi-kernel</artifactId> <version>0.2.0</version> </dependency>
compile group: 'de.matrixweb.osgi', name: 'osgi-kernel', version: '0.2.0'
libraryDependencies += "de.matrixweb.osgi" % "osgi-kernel" % "0.2.0"
<dependency org="de.matrixweb.osgi" name="osgi-kernel" rev="0.2.0"/>
@Grapes(@Grab(group='de.matrixweb.osgi', module='osgi-kernel', version='0.2.0'))
'de.matrixweb.osgi:osgi-kernel:jar:0.2.0'
Click the following link to download the jar file.
osgi-kernel-0.2.0-javadoc.jar