Download junit4-ant-1.6.0.jar file - Jar j

Jar examples for j:junit4-ant

Description

You can download jar file junit4-ant 1.6.0 in this page.

Build File

You can use the following script to add junit4-ant-1.6.0.jar to your project.

<dependency>
   <groupId>com.carrotsearch.randomizedtesting</groupId>
   <artifactId>junit4-ant</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'com.carrotsearch.randomizedtesting', name: 'junit4-ant', version: '1.6.0'
libraryDependencies += "com.carrotsearch.randomizedtesting" % "junit4-ant" % "1.6.0"
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="1.6.0"/>
@Grapes(@Grab(group='com.carrotsearch.randomizedtesting', module='junit4-ant', version='1.6.0'))
'com.carrotsearch.randomizedtesting:junit4-ant:jar:1.6.0'

Download

Click the following link to download the jar file.

junit4-ant-1.6.0-javadoc.jar
junit4-ant-1.6.0-sources.jar
junit4-ant-1.6.0.jar
junit4-ant-1.6.0.pom



Related Tutorials