a

apache-rat-project

Apache Rat is a release audit tool. It improves 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 guaranteed between 0.x releases. Apache Rat is developed by the Apache Creadur project, a language and build agnostic home for software distribution comprehension and audit tools.
http://creadur.apache.org/rat/
Apache License, Version 2
Apache Software Foundation
Stefan Bodewig Robert Burrell Donkin Jochen Wiedmann Gavin Brian Fox Dennis Lundberg Ross Gardler David Crossley David Blevins
文件下载
文件名 操作
apache-rat-project-0.10.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.rat</groupId>
  <artifactId>apache-rat-project</artifactId>
  <version>0.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.rat:apache-rat-project:0.10'
Gradle Kotlin
implementation("org.apache.rat:apache-rat-project:0.10")
Scala SBT
libraryDependencies += "org.apache.rat" % "apache-rat-project" % "0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.rat', module='apache-rat-project', version='0.10')
)
Apache Ivy
<dependency org="org.apache.rat" name="apache-rat-project" rev="0.10" />
Leiningen
[org.apache.rat/apache-rat-project "0.10"]
Apache Buildr
'org.apache.rat:apache-rat-project:jar:0.10'