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