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