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