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