Download biz.aQute.bnd-3.1.0.jar file - Jar b

Jar examples for b:biz.aQute.bnd

Description

This command line utility is the Swiss army knife of OSGi. It provides you with a breadth of tools to understand and manage OSGi based systems. This project basically uses bndlib.

You can download jar file biz.aQute.bnd 3.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add biz.aQute.bnd-3.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

biz.aQute.bnd-3.1.0-javadoc.jar
biz.aQute.bnd-3.1.0-sources.jar
biz.aQute.bnd-3.1.0.jar
biz.aQute.bnd-3.1.0.pom



Related Tutorials