Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdsymphony-java-toolkit |
Version | Version4.59.9 |
Type | Typepom |
Filename | Size |
---|---|
symphony-java-toolkit-4.59.9.pom | 5 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>4.59.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation 'org.finos.symphony.toolkit:symphony-java-toolkit:4.59.9'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-java-toolkit/
implementation ("org.finos.symphony.toolkit:symphony-java-toolkit:4.59.9")
'org.finos.symphony.toolkit:symphony-java-toolkit:pom:4.59.9'
<dependency org="org.finos.symphony.toolkit" name="symphony-java-toolkit" rev="4.59.9">
<artifact name="symphony-java-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-java-toolkit', version='4.59.9')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-java-toolkit" % "4.59.9"
[org.finos.symphony.toolkit/symphony-java-toolkit "4.59.9"]