is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.bnd 4.3.0

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.

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.bnd
Version

Version

4.3.0
Type

Type

jar

Download biz.aQute.bnd 4.3.0


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