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