GroupId | GroupIdio.testerra |
---|---|
ArtifactId | ArtifactIdreport |
Version | Version1.0-RC-32 |
Type | Typejar |
Filename | Size |
---|---|
report-1.0-RC-32.pom | |
report-1.0-RC-32.jar | 2 MB |
report-1.0-RC-32-sources.jar | 2 MB |
report-1.0-RC-32-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.testerra/report/ -->
<dependency>
<groupId>io.testerra</groupId>
<artifactId>report</artifactId>
<version>1.0-RC-32</version>
</dependency>
// https://jarcasting.com/artifacts/io.testerra/report/
implementation 'io.testerra:report:1.0-RC-32'
// https://jarcasting.com/artifacts/io.testerra/report/
implementation ("io.testerra:report:1.0-RC-32")
'io.testerra:report:jar:1.0-RC-32'
<dependency org="io.testerra" name="report" rev="1.0-RC-32">
<artifact name="report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.testerra', module='report', version='1.0-RC-32')
)
libraryDependencies += "io.testerra" % "report" % "1.0-RC-32"
[io.testerra/report "1.0-RC-32"]