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