is not current version
Last Version 2.4.0

biz.aQute.bnd:bndlib 2.2.0

The bndlib project is a general library to be used with OSGi bundles. It contains lots of cool functionality that calculates dependencies, etc.

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

bndlib
Version

Version

2.2.0
Type

Type

jar

Download bndlib 2.2.0


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