d

doclet-cs-annotation

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.
http://unkrig.de/w/Cs-doclet
New BSD License
Arno Unkrig
Arno Unkrig
Files download
File Operation
doclet-cs-annotation-1.1.0.jar download
doclet-cs-annotation-1.1.0.pom download
doclet-cs-annotation-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.unkrig</groupId>
  <artifactId>doclet-cs-annotation</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'de.unkrig:doclet-cs-annotation:1.1.0'
Gradle Kotlin
implementation("de.unkrig:doclet-cs-annotation:1.1.0")
Scala SBT
libraryDependencies += "de.unkrig" % "doclet-cs-annotation" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.unkrig', module='doclet-cs-annotation', version='1.1.0')
)
Apache Ivy
<dependency org="de.unkrig" name="doclet-cs-annotation" rev="1.1.0" />
Leiningen
[de.unkrig/doclet-cs-annotation "1.1.0"]
Apache Buildr
'de.unkrig:doclet-cs-annotation:jar:1.1.0'