| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.gu.identity |
| ArtifactId | ArtifactIdidentity-model-circe_2.13 |
| Version | Version3.246 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu.identity/identity-model-circe_2.13/ -->
<dependency>
<groupId>com.gu.identity</groupId>
<artifactId>identity-model-circe_2.13</artifactId>
<version>3.246</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu.identity/identity-model-circe_2.13/
implementation 'com.gu.identity:identity-model-circe_2.13:3.246'
// https://jarcasting.com/artifacts/com.gu.identity/identity-model-circe_2.13/
implementation ("com.gu.identity:identity-model-circe_2.13:3.246")
'com.gu.identity:identity-model-circe_2.13:jar:3.246'
<dependency org="com.gu.identity" name="identity-model-circe_2.13" rev="3.246">
<artifact name="identity-model-circe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu.identity', module='identity-model-circe_2.13', version='3.246')
)
libraryDependencies += "com.gu.identity" % "identity-model-circe_2.13" % "3.246"
[com.gu.identity/identity-model-circe_2.13 "3.246"]