a

apache-rat-tasks

A plugin for Apache Ant that runs Apache Rat to audit the source to be distributed.
Files download
File Operation
apache-rat-tasks-0.13.jar download
apache-rat-tasks-0.13.pom download
apache-rat-tasks-0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.rat</groupId>
  <artifactId>apache-rat-tasks</artifactId>
  <version>0.13</version>
</dependency>
Gradle Groovy
implementation 'org.apache.rat:apache-rat-tasks:0.13'
Gradle Kotlin
implementation("org.apache.rat:apache-rat-tasks:0.13")
Scala SBT
libraryDependencies += "org.apache.rat" % "apache-rat-tasks" % "0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.rat', module='apache-rat-tasks', version='0.13')
)
Apache Ivy
<dependency org="org.apache.rat" name="apache-rat-tasks" rev="0.13" />
Leiningen
[org.apache.rat/apache-rat-tasks "0.13"]
Apache Buildr
'org.apache.rat:apache-rat-tasks:jar:0.13'