Download maven-surefire-report-plugin-2.16.jar file - Jar m

Jar examples for m:maven-surefire-report-plugin

Description

Maven Surefire Report MOJO in maven-surefire-report-plugin.

You can download jar file maven-surefire-report-plugin 2.16 in this page.

License

Apache License

Build File

You can use the following script to add maven-surefire-report-plugin-2.16.jar to your project.

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

Download

Click the following link to download the jar file.

maven-surefire-report-plugin-2.16-javadoc.jar
maven-surefire-report-plugin-2.16-sources.jar
maven-surefire-report-plugin-2.16.jar
maven-surefire-report-plugin-2.16.pom



Related Tutorials