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