| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.rat |
| ArtifactId | ArtifactIdapache-rat |
| Version | Version0.13 |
| Type | Typejar |
| Description |
DescriptionApache Creadur Rat::Command Line
This library provides upwards compatibility for projects,
which are based on Apache Rat versions up to 0.5: Basically, it
provides a JAR file, which is the combination of
rat-core, rat-tasks, and its dependencies.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| apache-rat-0.13.pom | |
| apache-rat-0.13.jar | 1 MB |
| apache-rat-0.13-src.zip | 502 KB |
| apache-rat-0.13-src.tar.gz | 263 KB |
| apache-rat-0.13-src.tar.bz2 | 192 KB |
| apache-rat-0.13-bin.zip | 1 MB |
| apache-rat-0.13-bin.tar.gz | 1 MB |
| apache-rat-0.13-bin.tar.bz2 | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rat/apache-rat/ -->
<dependency>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rat/apache-rat/
implementation 'org.apache.rat:apache-rat:0.13'
// https://jarcasting.com/artifacts/org.apache.rat/apache-rat/
implementation ("org.apache.rat:apache-rat:0.13")
'org.apache.rat:apache-rat:jar:0.13'
<dependency org="org.apache.rat" name="apache-rat" rev="0.13">
<artifact name="apache-rat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rat', module='apache-rat', version='0.13')
)
libraryDependencies += "org.apache.rat" % "apache-rat" % "0.13"
[org.apache.rat/apache-rat "0.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.rat : apache-rat-core | jar | 0.13 |
| org.apache.rat : apache-rat-tasks | jar | 0.13 |