b

bndlib

The bndlib project is a general library to be used with OSGi bundles. It contains lots of cool functionality that calculates dependencies, etc.
Apache Software License 2.0
Files download
File Operation
bndlib-2.1.0.jar download
bndlib-2.1.0.pom download
bndlib-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bndlib</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bndlib:2.1.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bndlib:2.1.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bndlib" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bndlib', version='2.1.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bndlib" rev="2.1.0" />
Leiningen
[biz.aQute.bnd/bndlib "2.1.0"]
Apache Buildr
'biz.aQute.bnd:bndlib:jar:2.1.0'