Download apache-rat-tasks-0.10.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.10 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials