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