is not current version
Last Version 3.0.0-M7

org.apache.maven.surefire:surefire-report-parser 2.22.0

Parses report output files from surefire.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-report-parser
Version

Version

2.22.0
Type

Type

jar

Download surefire-report-parser 2.22.0


<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-report-parser/ -->
<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-report-parser</artifactId>
    <version>2.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-report-parser/
implementation 'org.apache.maven.surefire:surefire-report-parser:2.22.0'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-report-parser/
implementation ("org.apache.maven.surefire:surefire-report-parser:2.22.0")
'org.apache.maven.surefire:surefire-report-parser:jar:2.22.0'
<dependency org="org.apache.maven.surefire" name="surefire-report-parser" rev="2.22.0">
  <artifact name="surefire-report-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-report-parser', version='2.22.0')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-report-parser" % "2.22.0"
[org.apache.maven.surefire/surefire-report-parser "2.22.0"]