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