Download surefire-report-parser-2.18.jar file - Jar s

Jar examples for s:surefire-report-parser

Description

Parses report output files from surefire.

You can download jar file surefire-report-parser 2.18 in this page.

Build File

You can use the following script to add surefire-report-parser-2.18.jar to your project.

<dependency>
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire-report-parser</artifactId>
   <version>2.18</version>
</dependency>
compile group: 'org.apache.maven.surefire', name: 'surefire-report-parser', version: '2.18'
libraryDependencies += "org.apache.maven.surefire" % "surefire-report-parser" % "2.18"
<dependency org="org.apache.maven.surefire" name="surefire-report-parser" rev="2.18"/>
@Grapes(@Grab(group='org.apache.maven.surefire', module='surefire-report-parser', version='2.18'))
'org.apache.maven.surefire:surefire-report-parser:jar:2.18'

Download

Click the following link to download the jar file.

surefire-report-parser-2.18-javadoc.jar
surefire-report-parser-2.18-sources.jar
surefire-report-parser-2.18.jar
surefire-report-parser-2.18.pom



Related Tutorials