Download ant-testutil-1.9.6.jar file - Jar a

Jar examples for a:ant-testutil

Description

test utility classes

You can download jar file ant-testutil 1.9.6 in this page.

License

Apache License

Build File

You can use the following script to add ant-testutil-1.9.6.jar to your project.

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

Download

Click the following link to download the jar file.

ant-testutil-1.9.6-sources.jar
ant-testutil-1.9.6.jar
ant-testutil-1.9.6.pom



Related Tutorials