Last Version

The CheckStyle doclet 1.1.2

Cs-doclet is a JAVADOC doclet that generates the metadata files for CheckStyle and eclipse-cs from annotations and 'doc tags' in the source code of your checks and filters.

License

License

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

doclet-cs
Version

Version

1.1.2
Type

Type

jar
Description

Description

The CheckStyle doclet
Cs-doclet is a JAVADOC doclet that generates the metadata files for CheckStyle and eclipse-cs from annotations and 'doc tags' in the source code of your checks and filters.
Project URL

Project URL

http://unkrig.de/w/Cs-doclet
Project Organization

Project Organization

Arno Unkrig

Download doclet-cs 1.1.2


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

Dependencies

compile (6)

Group / Artifact Type Version
com.sun » tools jar 1.8.0
de.unkrig.commons : commons-doclet jar 1.2.10
de.unkrig.commons : commons-text jar 1.2.10
de.unkrig.commons : commons-util jar 1.2.10
de.unkrig : doclet-cs-annotation jar 1.1.0
de.unkrig : no-template-core jar 1.0.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.