MVN

de.unkrig.checkstyle : cs-contrib

Maven & Gradle

Jan 25, 2022
0 stars

de.unkrig.cs-contrib - Additional checks, filters and quickfixes for CheckStyle and Eclipse-CS · This version works with most CheckStyle versions up to and including 8.20, but not with later CS versions, because they unintentionally made a breaking change in version 8.21 (class DetailAst was changed to an interface).

<dependency>
    <groupId>de.unkrig.checkstyle</groupId>
    <artifactId>cs-contrib</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.8

All Versions

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

Version Vulnerabilities Updated
1.0.x
cs-contrib-1.0.8
cs-contrib-1.0.7
cs-contrib-1.0.6
cs-contrib-1.0.5
cs-contrib-1.0.3
cs-contrib-1.0.2
cs-contrib-1.0.1
cs-contrib-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.unkrig.checkstyle</groupId>
    <artifactId>cs-contrib</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.unkrig.checkstyle:cs-contrib:1.0.8'

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

implementation("de.unkrig.checkstyle:cs-contrib:1.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.unkrig.checkstyle" % "cs-contrib" % "1.0.8"