MVN

de.unkrig : doclet-cs

Maven & Gradle

Jan 27, 2022

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.

<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-cs</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.unkrig : doclet-cs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of de.unkrig : doclet-cs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
doclet-cs-1.1.2
doclet-cs-1.1.1
doclet-cs-1.1.0
1.0.x
doclet-cs-1.0.1

How to add a dependency to Maven

Add the following de.unkrig : doclet-cs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>doclet-cs</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.unkrig : doclet-cs gradle dependency to your build.gradle file:

implementation 'de.unkrig:doclet-cs:1.1.2'

Gradle Kotlin DSL: Add the following de.unkrig : doclet-cs gradle kotlin dependency to your build.gradle.kts file:

implementation("de.unkrig:doclet-cs:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.unkrig : doclet-cs sbt scala dependency to your build.sbt file:

libraryDependencies += "de.unkrig" % "doclet-cs" % "1.1.2"

Advertisement