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