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