is not current version
Last Version 0.14

org.apache.rat:apache-rat-core 0.6

The core functionality of RAT, shared by the Ant tasks, and the Maven plugin.

GroupId

GroupId

org.apache.rat
ArtifactId

ArtifactId

apache-rat-core
Version

Version

0.6
Type

Type

jar

Download apache-rat-core 0.6


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