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.

Лицензия

Лицензия

Группа

Группа

com.google.code.p.arat
Идентификатор

Идентификатор

rat-lib
Последняя версия

Последняя версия

0.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Скачать rat-lib

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-collections : commons-collections jar 3.2
commons-lang : commons-lang jar 2.1

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.ant : ant jar 1.7.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.5.1
0.5
0.4.1