Download surefire-junit4-2.12.4.jar file - Jar s

Jar examples for s:surefire-junit4

Description

SureFire JUnit 4.0+ Runner

You can download jar file surefire-junit4 2.12.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

surefire-junit4-2.12.4-javadoc.jar
surefire-junit4-2.12.4-sources.jar
surefire-junit4-2.12.4.jar
surefire-junit4-2.12.4.pom



Related Tutorials