Download ant-junit4-1.8.4.jar file - Jar a

Jar examples for a:ant-junit4

Description

contains JUnit 4.x support

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

ant-junit4-1.8.4-sources.jar
ant-junit4-1.8.4.jar
ant-junit4-1.8.4.pom



Related Tutorials