is not current version
Last Version 8.0.5

org.finos.symphony.toolkit:symphony-java-toolkit 8.0.0

A collection of Java projects for building Symphony bots and apps

Categories

Categories

Java Languages
GroupId

GroupId

org.finos.symphony.toolkit
ArtifactId

ArtifactId

symphony-java-toolkit
Version

Version

8.0.0
Type

Type

pom

Download symphony-java-toolkit 8.0.0


<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/ -->
<dependency>
    <groupId>org.finos.symphony.toolkit</groupId>
    <artifactId>symphony-java-toolkit</artifactId>
    <version>8.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation 'org.finos.symphony.toolkit:symphony-java-toolkit:8.0.0'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation ("org.finos.symphony.toolkit:symphony-java-toolkit:8.0.0")
'org.finos.symphony.toolkit:symphony-java-toolkit:pom:8.0.0'
<dependency org="org.finos.symphony.toolkit" name="symphony-java-toolkit" rev="8.0.0">
  <artifact name="symphony-java-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-java-toolkit', version='8.0.0')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-java-toolkit" % "8.0.0"
[org.finos.symphony.toolkit/symphony-java-toolkit "8.0.0"]