Download bnd-1.50.0.jar file - Jar b

Jar examples for b:bnd

Description

A command line utility and Ant plugin to wrap, build, or examine bundles.

You can download jar file bnd 1.50.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 bnd-1.50.0.jar to your project.

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

Download

Click the following link to download the jar file.

bnd-1.50.0-javadoc.jar
bnd-1.50.0-sources.jar
bnd-1.50.0.jar
bnd-1.50.0.pom



Related Tutorials