is not current version
Last Version 1.0.8

de.unkrig.checkstyle:cs-contrib 1.0.1

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).

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

de.unkrig.checkstyle
ArtifactId

ArtifactId

cs-contrib
Version

Version

1.0.1
Type

Type

jar

Download cs-contrib 1.0.1


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