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