License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.deutschebank.symphony |
ArtifactId | ArtifactIdsymphony-java-client-parent |
Version | Version4.59.8 |
Type | Typepom |
Description |
DescriptionSymphony Java Toolkit
A collection of Java projects for building Symphony bots and apps
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
symphony-java-client-parent-4.59.8.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.8</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.8'
// https://jarcasting.com/artifacts/com.github.deutschebank.symphony/symphony-java-client-parent/
implementation ("com.github.deutschebank.symphony:symphony-java-client-parent:4.59.8")
'com.github.deutschebank.symphony:symphony-java-client-parent:pom:4.59.8'
<dependency org="com.github.deutschebank.symphony" name="symphony-java-client-parent" rev="4.59.8">
<artifact name="symphony-java-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.deutschebank.symphony', module='symphony-java-client-parent', version='4.59.8')
)
libraryDependencies += "com.github.deutschebank.symphony" % "symphony-java-client-parent" % "4.59.8"
[com.github.deutschebank.symphony/symphony-java-client-parent "4.59.8"]