Download ant-junit-1.7.1.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.7.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

ant-junit-1.7.1.jar
ant-junit-1.7.1.pom



Related Tutorials