Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdsymphony-maven-build-reporter |
Version | Version6.20.0 |
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>6.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-maven-build-reporter/
implementation 'org.finos.symphony.toolkit:symphony-maven-build-reporter:6.20.0'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/symphony-maven-build-reporter/
implementation ("org.finos.symphony.toolkit:symphony-maven-build-reporter:6.20.0")
'org.finos.symphony.toolkit:symphony-maven-build-reporter:jar:6.20.0'
<dependency org="org.finos.symphony.toolkit" name="symphony-maven-build-reporter" rev="6.20.0">
<artifact name="symphony-maven-build-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='symphony-maven-build-reporter', version='6.20.0')
)
libraryDependencies += "org.finos.symphony.toolkit" % "symphony-maven-build-reporter" % "6.20.0"
[org.finos.symphony.toolkit/symphony-maven-build-reporter "6.20.0"]