| Categories |
CategoriesJava Languages CLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.deutschebank.symphony |
| ArtifactId | ArtifactIdsymphony-java-client-parent |
| Version | Version4.59.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| symphony-java-client-parent-4.59.5.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-parent/ -->
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-parent/
implementation 'com.github.deutschebank.symphony:symphony-java-client-parent:4.59.5'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-parent/
implementation ("com.github.deutschebank.symphony:symphony-java-client-parent:4.59.5")
'com.github.deutschebank.symphony:symphony-java-client-parent:pom:4.59.5'
<dependency org="com.github.deutschebank.symphony" name="symphony-java-client-parent" rev="4.59.5">
<artifact name="symphony-java-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-java-client-parent', version='4.59.5')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-java-client-parent" % "4.59.5"
[com.github.deutschebank.symphony/symphony-java-client-parent "4.59.5"]