MVN

org.apache.rat : apache-rat-project

Maven & Gradle

Aug 31, 2022

Apache Creadur Rat · 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. Its 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.

<dependency>
    <groupId>org.apache.rat</groupId>
    <artifactId>apache-rat-project</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.rat : apache-rat-project to add to Maven - Latest Versions:

  • Latest Stable: 0.15

All Versions

Choose a version of org.apache.rat : apache-rat-project to add to Maven - All Versions:

Version Vulnerabilities Updated
0.15
apache-rat-project-0.15
0.14
apache-rat-project-0.14
0.13
apache-rat-project-0.13
0.12
apache-rat-project-0.12
0.11
apache-rat-project-0.11
0.10
apache-rat-project-0.10
0.9
apache-rat-project-0.9
0.8
apache-rat-project-0.8
0.7
apache-rat-project-0.7
0.6
apache-rat-project-0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.rat</groupId>
    <artifactId>apache-rat-project</artifactId>
    <version>0.15</version>
</dependency>

Advertisement