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