MVN

com.google.code.p.arat : rat-lib

Maven & Gradle

Jun 27, 2007
1 usages

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.

<dependency>
    <groupId>com.google.code.p.arat</groupId>
    <artifactId>rat-lib</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.p.arat : rat-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of com.google.code.p.arat : rat-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
rat-lib-0.5.1
0.5
rat-lib-0.5
0.4.x
rat-lib-0.4.1

How to add a dependency to Maven

Add the following com.google.code.p.arat : rat-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.p.arat</groupId>
    <artifactId>rat-lib</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.p.arat : rat-lib gradle dependency to your build.gradle file:

implementation 'com.google.code.p.arat:rat-lib:0.5.1'

Gradle Kotlin DSL: Add the following com.google.code.p.arat : rat-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.p.arat:rat-lib:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.p.arat : rat-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.p.arat" % "rat-lib" % "0.5.1"