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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials