b

bnd

A command line utility and Ant plugin to wrap, build, or examine bundles.
Apache Software License 2.0
Files download
File Operation
bnd-2.4.0.jar download
bnd-2.4.0.pom download
bnd-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd:2.4.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd:2.4.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd', version='2.4.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd" rev="2.4.0" />
Leiningen
[biz.aQute.bnd/bnd "2.4.0"]
Apache Buildr
'biz.aQute.bnd:bnd:jar:2.4.0'