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