c

certmanager-annotations

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