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