| GroupId | GroupIdio.skullabs.kos |
|---|---|
| ArtifactId | ArtifactIdtests-report |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tests-report-0.4.0.pom | |
| tests-report-0.4.0.jar | 2 KB |
| tests-report-0.4.0-sources.jar | 1 KB |
| tests-report-0.4.0-javadoc.jar | 384 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.skullabs.kos/tests-report/ -->
<dependency>
<groupId>io.skullabs.kos</groupId>
<artifactId>tests-report</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.skullabs.kos/tests-report/
implementation 'io.skullabs.kos:tests-report:0.4.0'
// https://jarcasting.com/artifacts/io.skullabs.kos/tests-report/
implementation ("io.skullabs.kos:tests-report:0.4.0")
'io.skullabs.kos:tests-report:jar:0.4.0'
<dependency org="io.skullabs.kos" name="tests-report" rev="0.4.0">
<artifact name="tests-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.skullabs.kos', module='tests-report', version='0.4.0')
)
libraryDependencies += "io.skullabs.kos" % "tests-report" % "0.4.0"
[io.skullabs.kos/tests-report "0.4.0"]