Download surefire-junit-2.4.3.jar file - Jar s

Jar examples for s:surefire-junit

Description

You can download jar file surefire-junit 2.4.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

surefire-junit-2.4.3-javadoc.jar
surefire-junit-2.4.3-sources.jar
surefire-junit-2.4.3.jar
surefire-junit-2.4.3.pom



Related Tutorials