Download surefire-booter-2.3.jar file - Jar s

Jar examples for s:surefire-booter

Description

API and Facilities used by forked tests running in JVM sub-process.

You can download jar file surefire-booter 2.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

surefire-booter-2.3-javadoc.jar
surefire-booter-2.3-sources.jar
surefire-booter-2.3.jar
surefire-booter-2.3.pom



Related Tutorials