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