is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.bnd 2.4.1

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

2.4.1
Type

Type

jar

Download biz.aQute.bnd 2.4.1


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