| Categories |
CategoriesIDE Development Tools Java Languages CLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.deutschebank.symphony |
| ArtifactId | ArtifactIdsymphony-java-client-identity |
| Version | Version4.55.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-identity/ -->
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.55.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-identity/
implementation 'com.github.deutschebank.symphony:symphony-java-client-identity:4.55.3'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-identity/
implementation ("com.github.deutschebank.symphony:symphony-java-client-identity:4.55.3")
'com.github.deutschebank.symphony:symphony-java-client-identity:jar:4.55.3'
<dependency org="com.github.deutschebank.symphony" name="symphony-java-client-identity" rev="4.55.3">
<artifact name="symphony-java-client-identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-java-client-identity', version='4.55.3')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-java-client-identity" % "4.55.3"
[com.github.deutschebank.symphony/symphony-java-client-identity "4.55.3"]