Download maven-surefire-common-2.13.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.13 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials