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