Download surefire-1.5.jar file - Jar s

Jar examples for s:surefire

Description

Maven mixin that configures the surefire plugin to run unit tests, integration tests and BDD specs in separate executions.

You can download jar file surefire 1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

surefire-1.5-javadoc.jar
surefire-1.5-sources.jar
surefire-1.5.jar
surefire-1.5.pom



Related Tutorials