Download ant-nodeps-1.8.0.jar file - Jar a

Jar examples for a:ant-nodeps

Description

contains all the optional tasks and types which do not have particular dependencies

You can download jar file ant-nodeps 1.8.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

ant-nodeps-1.8.0.jar
ant-nodeps-1.8.0.pom



Related Tutorials