Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdsymphony-java-toolkit |
Version | Version5.59.1 |
Type | Typepom |
Filename | Size |
---|---|
symphony-java-toolkit-5.59.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/ -->
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>5.59.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation 'org.finos.symphony.toolkit:symphony-java-toolkit:5.59.1'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation ("org.finos.symphony.toolkit:symphony-java-toolkit:5.59.1")
'org.finos.symphony.toolkit:symphony-java-toolkit:pom:5.59.1'
<dependency org="org.finos.symphony.toolkit" name="symphony-java-toolkit" rev="5.59.1">
<artifact name="symphony-java-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-java-toolkit', version='5.59.1')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-java-toolkit" % "5.59.1"
[org.finos.symphony.toolkit/symphony-java-toolkit "5.59.1"]