Files download
File Operation
bnd-2.1.0.jar download
bnd-2.1.0.pom download
bnd-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd:2.1.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd:2.1.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd', version='2.1.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd" rev="2.1.0" />
Leiningen
[biz.aQute.bnd/bnd "2.1.0"]
Apache Buildr
'biz.aQute.bnd:bnd:jar:2.1.0'