Download apache-rat-0.11.jar file - Jar a

Jar examples for a:apache-rat

Description

This library provides upwards compatibility for projects, which are based on Apache Rat versions up to 0.5: Basically, it provides a JAR file, which is the combination of rat-core, rat-tasks, and its dependencies.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

apache-rat-0.11.jar
apache-rat-0.11.pom



Related Tutorials