Last Version

A Release Audit Tool, Library 0.5.1

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.

License

License

GroupId

GroupId

com.google.code.p.arat
ArtifactId

ArtifactId

rat-lib
Version

Version

0.5.1
Type

Type

jar
Description

Description

A Release Audit Tool, Library
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.
Project URL

Project URL

http://code.google.com/p/arat/

Download rat-lib 0.5.1


<!-- https://jarcasting.com/artifacts/com.google.code.p.arat/rat-lib/ -->
<dependency>
    <groupId>com.google.code.p.arat</groupId>
    <artifactId>rat-lib</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.p.arat/rat-lib/
implementation 'com.google.code.p.arat:rat-lib:0.5.1'
// https://jarcasting.com/artifacts/com.google.code.p.arat/rat-lib/
implementation ("com.google.code.p.arat:rat-lib:0.5.1")
'com.google.code.p.arat:rat-lib:jar:0.5.1'
<dependency org="com.google.code.p.arat" name="rat-lib" rev="0.5.1">
  <artifact name="rat-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.p.arat', module='rat-lib', version='0.5.1')
)
libraryDependencies += "com.google.code.p.arat" % "rat-lib" % "0.5.1"
[com.google.code.p.arat/rat-lib "0.5.1"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2
commons-lang : commons-lang jar 2.1

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.7.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.