Download maven-surefire-plugin-2.8.jar file - Jar m

Jar examples for m:maven-surefire-plugin

Description

Maven Surefire MOJO in maven-surefire-plugin.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-surefire-plugin-2.8-javadoc.jar
maven-surefire-plugin-2.8-sources.jar
maven-surefire-plugin-2.8.jar
maven-surefire-plugin-2.8.pom



Related Tutorials