is not current version
Last Version 0.14

org.apache.rat:apache-rat-core 0.12

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

GroupId

GroupId

org.apache.rat
ArtifactId

ArtifactId

apache-rat-core
Version

Version

0.12
Type

Type

jar

Download apache-rat-core 0.12


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