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