Download bndlib-2.4.0.jar file - Jar b

Jar examples for b:bndlib

Description

The bndlib project is a general library to be used with OSGi bundles. It contains lots of cool functionality that calculates dependencies, etc.

You can download jar file bndlib 2.4.0 in this page.

License

All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).

Build File

You can use the following script to add bndlib-2.4.0.jar to your project.

<dependency>
   <groupId>biz.aQute.bnd</groupId>
   <artifactId>bndlib</artifactId>
   <version>2.4.0</version>
</dependency>
compile group: 'biz.aQute.bnd', name: 'bndlib', version: '2.4.0'
libraryDependencies += "biz.aQute.bnd" % "bndlib" % "2.4.0"
<dependency org="biz.aQute.bnd" name="bndlib" rev="2.4.0"/>
@Grapes(@Grab(group='biz.aQute.bnd', module='bndlib', version='2.4.0'))
'biz.aQute.bnd:bndlib:jar:2.4.0'

Download

Click the following link to download the jar file.

bndlib-2.4.0-javadoc.jar
bndlib-2.4.0-sources.jar
bndlib-2.4.0.jar
bndlib-2.4.0.pom



Related Tutorials