Download ant-junit-1.6.5.jar file - Jar a

Jar examples for a:ant-junit

Description

contains the junit and junirreport tasks

You can download jar file ant-junit 1.6.5 in this page.

License

Apache License

Build File

You can use the following script to add ant-junit-1.6.5.jar to your project.

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

Download

Click the following link to download the jar file.

ant-junit-1.6.5.jar
ant-junit-1.6.5.pom



Related Tutorials