s

surefire-report-parser

Parses report output files from surefire.
Files download
File Operation
surefire-report-parser-3.0.0-M1.jar download
surefire-report-parser-3.0.0-M1.pom download
surefire-report-parser-3.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.maven.surefire</groupId>
  <artifactId>surefire-report-parser</artifactId>
  <version>3.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.surefire:surefire-report-parser:3.0.0-M1'
Gradle Kotlin
implementation("org.apache.maven.surefire:surefire-report-parser:3.0.0-M1")
Scala SBT
libraryDependencies += "org.apache.maven.surefire" % "surefire-report-parser" % "3.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.surefire', module='surefire-report-parser', version='3.0.0-M1')
)
Apache Ivy
<dependency org="org.apache.maven.surefire" name="surefire-report-parser" rev="3.0.0-M1" />
Leiningen
[org.apache.maven.surefire/surefire-report-parser "3.0.0-M1"]
Apache Buildr
'org.apache.maven.surefire:surefire-report-parser:jar:3.0.0-M1'