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