Download maven-surefire-common-2.15.jar file - Jar m

Jar examples for m:maven-surefire-common

Description

API used in Surefire and Failsafe MOJO.

You can download jar file maven-surefire-common 2.15 in this page.

License

Apache License

Build File

You can use the following script to add maven-surefire-common-2.15.jar to your project.

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

Download

Click the following link to download the jar file.

maven-surefire-common-2.15-javadoc.jar
maven-surefire-common-2.15-sources.jar
maven-surefire-common-2.15.jar
maven-surefire-common-2.15.pom



Related Tutorials