Download ant-1.6.5.jar file - Jar a

Jar examples for a:ant

Description

A packaging of the IntelliJ Community Edition ant library. This is release number 1 of trunk branch 142.

You can download jar file ant 1.6.5 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

ant-1.6.5-sources.jar
ant-1.6.5.jar
ant-1.6.5.pom



Related Tutorials