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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials