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