Download surefire-api-2.12.3.jar file - Jar s

Jar examples for s:surefire-api

Description

API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers.

You can download jar file surefire-api 2.12.3 in this page.

Build File

You can use the following script to add surefire-api-2.12.3.jar to your project.

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

Download

Click the following link to download the jar file.

surefire-api-2.12.3-javadoc.jar
surefire-api-2.12.3-sources.jar
surefire-api-2.12.3.jar
surefire-api-2.12.3.pom



Related Tutorials