Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdsymphony-maven-build-reporter |
Version | Version4.59.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-maven-build-reporter/ -->
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-maven-build-reporter</artifactId>
<version>4.59.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-maven-build-reporter/
implementation 'org.finos.symphony.toolkit:symphony-maven-build-reporter:4.59.9'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-maven-build-reporter/
implementation ("org.finos.symphony.toolkit:symphony-maven-build-reporter:4.59.9")
'org.finos.symphony.toolkit:symphony-maven-build-reporter:jar:4.59.9'
<dependency org="org.finos.symphony.toolkit" name="symphony-maven-build-reporter" rev="4.59.9">
<artifact name="symphony-maven-build-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-maven-build-reporter', version='4.59.9')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-maven-build-reporter" % "4.59.9"
[org.finos.symphony.toolkit/symphony-maven-build-reporter "4.59.9"]