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