a

apache-rat-project

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://incubator.apache.org/rat
Stefan Bodewig Robert Burrell Donkin Jochen Wiedmann Gavin Brian Fox Dennis Lundberg Ross Gardler David Crossley David Blevins
Files download
File Operation
apache-rat-project-0.8.pom download
Apache Maven
<dependency>
  <groupId>org.apache.rat</groupId>
  <artifactId>apache-rat-project</artifactId>
  <version>0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.rat:apache-rat-project:0.8'
Gradle Kotlin
implementation("org.apache.rat:apache-rat-project:0.8")
Scala SBT
libraryDependencies += "org.apache.rat" % "apache-rat-project" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.rat', module='apache-rat-project', version='0.8')
)
Apache Ivy
<dependency org="org.apache.rat" name="apache-rat-project" rev="0.8" />
Leiningen
[org.apache.rat/apache-rat-project "0.8"]
Apache Buildr
'org.apache.rat:apache-rat-project:jar:0.8'