is not current version
Last Version 0.5.1

com.google.code.p.arat:rat-lib 0.4.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.

GroupId

GroupId

com.google.code.p.arat
ArtifactId

ArtifactId

rat-lib
Version

Version

0.4.1
Type

Type

jar

Download rat-lib 0.4.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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.p.arat/rat-lib/
implementation 'com.google.code.p.arat:rat-lib:0.4.1'
// https://jarcasting.com/artifacts/com.google.code.p.arat/rat-lib/
implementation ("com.google.code.p.arat:rat-lib:0.4.1")
'com.google.code.p.arat:rat-lib:jar:0.4.1'
<dependency org="com.google.code.p.arat" name="rat-lib" rev="0.4.1">
  <artifact name="rat-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.p.arat', module='rat-lib', version='0.4.1')
)
libraryDependencies += "com.google.code.p.arat" % "rat-lib" % "0.4.1"
[com.google.code.p.arat/rat-lib "0.4.1"]