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