is not current version
Last Version 4.4

checkstyle:checkstyle-optional 3.2


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle-optional
Version

Version

3.2
Type

Type

jar

Download checkstyle-optional 3.2


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