Download ant-1.10.1.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.10.1 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

ant-1.10.1-javadoc.jar
ant-1.10.1-sources.jar
ant-1.10.1.jar
ant-1.10.1.pom



Related Tutorials