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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials