c

certmanager-annotations

文件下载
文件名 操作
certmanager-annotations-3.7.6.jar 下载
certmanager-annotations-3.7.6.pom 下载
certmanager-annotations-3.7.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dekorate</groupId>
  <artifactId>certmanager-annotations</artifactId>
  <version>3.7.6</version>
</dependency>
Gradle Groovy
implementation 'io.dekorate:certmanager-annotations:3.7.6'
Gradle Kotlin
implementation("io.dekorate:certmanager-annotations:3.7.6")
Scala SBT
libraryDependencies += "io.dekorate" % "certmanager-annotations" % "3.7.6"
Groovy Grape
@Grapes(
  @Grab(group='io.dekorate', module='certmanager-annotations', version='3.7.6')
)
Apache Ivy
<dependency org="io.dekorate" name="certmanager-annotations" rev="3.7.6" />
Leiningen
[io.dekorate/certmanager-annotations "3.7.6"]
Apache Buildr
'io.dekorate:certmanager-annotations:jar:3.7.6'