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