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

Jar examples for a:ant-testutil

Description

test utility classes

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

ant-testutil-1.9.8-sources.jar
ant-testutil-1.9.8.jar
ant-testutil-1.9.8.pom



Related Tutorials