GroupId | GroupIdio.tornimo |
---|---|
ArtifactId | ArtifactIdtornimo-spring-reporter |
Version | Versionv0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.tornimo/tornimo-spring-reporter/ -->
<dependency>
<groupId>io.tornimo</groupId>
<artifactId>tornimo-spring-reporter</artifactId>
<version>v0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tornimo/tornimo-spring-reporter/
implementation 'io.tornimo:tornimo-spring-reporter:v0.0.2'
// https://jarcasting.com/artifacts/io.tornimo/tornimo-spring-reporter/
implementation ("io.tornimo:tornimo-spring-reporter:v0.0.2")
'io.tornimo:tornimo-spring-reporter:jar:v0.0.2'
<dependency org="io.tornimo" name="tornimo-spring-reporter" rev="v0.0.2">
<artifact name="tornimo-spring-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tornimo', module='tornimo-spring-reporter', version='v0.0.2')
)
libraryDependencies += "io.tornimo" % "tornimo-spring-reporter" % "v0.0.2"
[io.tornimo/tornimo-spring-reporter "v0.0.2"]