Download apache-rat-tasks-0.6.jar file - Jar a

Jar examples for a:apache-rat-tasks

Description

A plugin for Apache Ant that runs Apache Rat to audit the source to be distributed.

You can download jar file apache-rat-tasks 0.6 in this page.

License

Apache License

Build File

You can use the following script to add apache-rat-tasks-0.6.jar to your project.

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

Download

Click the following link to download the jar file.

apache-rat-tasks-0.6-javadoc.jar
apache-rat-tasks-0.6-sources.jar
apache-rat-tasks-0.6.jar
apache-rat-tasks-0.6.pom



Related Tutorials