is not current version
Last Version 2.4.0

biz.aQute.bnd:bnd 2.1.0

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

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

bnd
Version

Version

2.1.0
Type

Type

jar

Download bnd 2.1.0


<!-- https://jarcasting.com/artifacts/biz.aQute.bnd/bnd/ -->
<dependency>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>bnd</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/bnd/
implementation 'biz.aQute.bnd:bnd:2.1.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/bnd/
implementation ("biz.aQute.bnd:bnd:2.1.0")
'biz.aQute.bnd:bnd:jar:2.1.0'
<dependency org="biz.aQute.bnd" name="bnd" rev="2.1.0">
  <artifact name="bnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='bnd', version='2.1.0')
)
libraryDependencies += "biz.aQute.bnd" % "bnd" % "2.1.0"
[biz.aQute.bnd/bnd "2.1.0"]