не последняя версия
Последняя версия 1.1.2

de.unkrig:doclet-cs 1.0.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.

Группа

Группа

de.unkrig
Идентификатор

Идентификатор

doclet-cs
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать doclet-cs 1.0.1


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