is not current version
Last Version 0.6

io.github.joangtsq:testReporter 0.1

New test reporter to use in various projects.

GroupId

GroupId

io.github.joangtsq
ArtifactId

ArtifactId

testReporter
Version

Version

0.1
Type

Type

jar

Download testReporter 0.1


<!-- https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/ -->
<dependency>
    <groupId>io.github.joangtsq</groupId>
    <artifactId>testReporter</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation 'io.github.joangtsq:testReporter:0.1'
// https://jarcasting.com/artifacts/io.github.joangtsq/testReporter/
implementation ("io.github.joangtsq:testReporter:0.1")
'io.github.joangtsq:testReporter:jar:0.1'
<dependency org="io.github.joangtsq" name="testReporter" rev="0.1">
  <artifact name="testReporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.joangtsq', module='testReporter', version='0.1')
)
libraryDependencies += "io.github.joangtsq" % "testReporter" % "0.1"
[io.github.joangtsq/testReporter "0.1"]