c

certmanager-annotations

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