is not current version
Last Version 1.1.2

de.unkrig:doclet-cs 1.1.1

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.

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

doclet-cs
Version

Version

1.1.1
Type

Type

jar

Download doclet-cs 1.1.1


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