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