GroupId | GroupIdcom.gu.play-secret-rotation |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-0.12.pom | |
core_2.12-0.12.jar | 52 KB |
core_2.12-0.12-sources.jar | 5 KB |
core_2.12-0.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gu.play-secret-rotation/core_2.12/ -->
<dependency>
<groupId>com.gu.play-secret-rotation</groupId>
<artifactId>core_2.12</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu.play-secret-rotation/core_2.12/
implementation 'com.gu.play-secret-rotation:core_2.12:0.12'
// https://jarcasting.com/artifacts/com.gu.play-secret-rotation/core_2.12/
implementation ("com.gu.play-secret-rotation:core_2.12:0.12")
'com.gu.play-secret-rotation:core_2.12:jar:0.12'
<dependency org="com.gu.play-secret-rotation" name="core_2.12" rev="0.12">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu.play-secret-rotation', module='core_2.12', version='0.12')
)
libraryDependencies += "com.gu.play-secret-rotation" % "core_2.12" % "0.12"
[com.gu.play-secret-rotation/core_2.12 "0.12"]