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