Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.gu.identity |
ArtifactId | ArtifactIdidentity-auth-play_2.13 |
Version | Version3.254 |
Type | Typejar |
Filename | Size |
---|---|
identity-auth-play_2.13-3.254.pom | |
identity-auth-play_2.13-3.254.jar | 10 KB |
identity-auth-play_2.13-3.254-sources.jar | 2 KB |
identity-auth-play_2.13-3.254-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gu.identity/identity-auth-play_2.13/ -->
<dependency>
<groupId>com.gu.identity</groupId>
<artifactId>identity-auth-play_2.13</artifactId>
<version>3.254</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu.identity/identity-auth-play_2.13/
implementation 'com.gu.identity:identity-auth-play_2.13:3.254'
// https://jarcasting.com/artifacts/com.gu.identity/identity-auth-play_2.13/
implementation ("com.gu.identity:identity-auth-play_2.13:3.254")
'com.gu.identity:identity-auth-play_2.13:jar:3.254'
<dependency org="com.gu.identity" name="identity-auth-play_2.13" rev="3.254">
<artifact name="identity-auth-play_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu.identity', module='identity-auth-play_2.13', version='3.254')
)
libraryDependencies += "com.gu.identity" % "identity-auth-play_2.13" % "3.254"
[com.gu.identity/identity-auth-play_2.13 "3.254"]