o

openshift-annotations

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