Files download
File Operation
play-v30_3-10.0.0.jar download
play-v30_3-10.0.0.pom download
play-v30_3-10.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu.play-secret-rotation</groupId>
  <artifactId>play-v30_3</artifactId>
  <version>10.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.gu.play-secret-rotation:play-v30_3:10.0.0'
Gradle Kotlin
implementation("com.gu.play-secret-rotation:play-v30_3:10.0.0")
Scala SBT
libraryDependencies += "com.gu.play-secret-rotation" % "play-v30_3" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gu.play-secret-rotation', module='play-v30_3', version='10.0.0')
)
Apache Ivy
<dependency org="com.gu.play-secret-rotation" name="play-v30_3" rev="10.0.0" />
Leiningen
[com.gu.play-secret-rotation/play-v30_3 "10.0.0"]
Apache Buildr
'com.gu.play-secret-rotation:play-v30_3:jar:10.0.0'