Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.deutschebank.symphony |
ArtifactId | ArtifactIdsymphony-java-client-parent |
Version | Version4.55.10 |
Type | Typepom |
Filename | Size |
---|---|
symphony-java-client-parent-4.55.10.pom | 4 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.55.10</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.55.10'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-parent/
implementation ("com.github.deutschebank.symphony:symphony-java-client-parent:4.55.10")
'com.github.deutschebank.symphony:symphony-java-client-parent:pom:4.55.10'
<dependency org="com.github.deutschebank.symphony" name="symphony-java-client-parent" rev="4.55.10">
<artifact name="symphony-java-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-java-client-parent', version='4.55.10')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-java-client-parent" % "4.55.10"
[com.github.deutschebank.symphony/symphony-java-client-parent "4.55.10"]