r

rat-lib

Release Audit Tool (RAT) is a tool to improve accuracy and efficiency when checking releases. It is heuristic in nature: making guesses about possible problems. It will produce false positives and cannot find every possible issue with a release. It's reports require interpretation. In response to demands from project quality tool developers, RAT is available as a library suitable for inclusion in tools. This POM describes that library. Note that binary compatibility is not gauranteed between 0.x releases.
http://code.google.com/p/arat/
The Apache License Version 2.0
Files download
File Operation
rat-lib-0.5.1.jar download
rat-lib-0.5.1.pom download
rat-lib-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.p.arat</groupId>
  <artifactId>rat-lib</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.p.arat:rat-lib:0.5.1'
Gradle Kotlin
implementation("com.google.code.p.arat:rat-lib:0.5.1")
Scala SBT
libraryDependencies += "com.google.code.p.arat" % "rat-lib" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.p.arat', module='rat-lib', version='0.5.1')
)
Apache Ivy
<dependency org="com.google.code.p.arat" name="rat-lib" rev="0.5.1" />
Leiningen
[com.google.code.p.arat/rat-lib "0.5.1"]
Apache Buildr
'com.google.code.p.arat:rat-lib:jar:0.5.1'