Download ant-optional-1.5.1.jar file - Jar a

Jar examples for a:ant-optional

Description

You can download jar file ant-optional 1.5.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

ant-optional-1.5.1.jar
ant-optional-1.5.1.pom



Related Tutorials