t

testra-java-junit4-reporter

testra-java-junit4-reporter for Testra
https://github.com/testra/testra-java-reporters
GNU GENERAL PUBLIC LICENSE, Version 3.0
sudokar
Files download
File Operation
testra-java-junit4-reporter-1.0-rc3.jar download
testra-java-junit4-reporter-1.0-rc3.pom download
testra-java-junit4-reporter-1.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.testra</groupId>
  <artifactId>testra-java-junit4-reporter</artifactId>
  <version>1.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.github.testra:testra-java-junit4-reporter:1.0-rc3'
Gradle Kotlin
implementation("io.github.testra:testra-java-junit4-reporter:1.0-rc3")
Scala SBT
libraryDependencies += "io.github.testra" % "testra-java-junit4-reporter" % "1.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.testra', module='testra-java-junit4-reporter', version='1.0-rc3')
)
Apache Ivy
<dependency org="io.github.testra" name="testra-java-junit4-reporter" rev="1.0-rc3" />
Leiningen
[io.github.testra/testra-java-junit4-reporter "1.0-rc3"]
Apache Buildr
'io.github.testra:testra-java-junit4-reporter:jar:1.0-rc3'