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