Jar examples for a:ant
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.9.8 in this page.
Eclipse Public License - v 1.0
You can use the following script to add ant-1.9.8.jar to your project.
<dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.8</version> </dependency>
compile group: 'org.apache.ant', name: 'ant', version: '1.9.8'
libraryDependencies += "org.apache.ant" % "ant" % "1.9.8"
<dependency org="org.apache.ant" name="ant" rev="1.9.8"/>
@Grapes(@Grab(group='org.apache.ant', module='ant', version='1.9.8'))
'org.apache.ant:ant:jar:1.9.8'
Click the following link to download the jar file.
ant-1.9.8-javadoc.jar