c

certmanager-annotations

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