Download apache-rat-0.6.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.6 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

apache-rat-0.6.jar
apache-rat-0.6.pom



Related Tutorials