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