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