Jar examples for s:surefire
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
surefire-1.5-javadoc.jar