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