Download surefire-junit47-2.15.jar file - Jar s

Jar examples for s:surefire-junit47

Description

SureFire JUnitCore (JUnit 4.7+) Runner

You can download jar file surefire-junit47 2.15 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

surefire-junit47-2.15-javadoc.jar
surefire-junit47-2.15-sources.jar
surefire-junit47-2.15.jar
surefire-junit47-2.15.pom



Related Tutorials