| GroupId | GroupIdio.github.joangtsq |
|---|---|
| ArtifactId | ArtifactIdtestReporter |
| Version | Version0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testReporter-0.3.pom | |
| testReporter-0.3.jar | 985 KB |
| testReporter-0.3-sources.jar | 877 KB |
| testReporter-0.3-javadoc.jar | 786 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/ -->
<dependency>
<groupId>io.github.joangtsq</groupId>
<artifactId>testReporter</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation 'io.github.joangtsq:testReporter:0.3'
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation ("io.github.joangtsq:testReporter:0.3")
'io.github.joangtsq:testReporter:jar:0.3'
<dependency org="io.github.joangtsq" name="testReporter" rev="0.3">
<artifact name="testReporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.joangtsq', module='testReporter', version='0.3')
)
libraryDependencies += "io.github.joangtsq" % "testReporter" % "0.3"
[io.github.joangtsq/testReporter "0.3"]