is not current version
Last Version 4.4

checkstyle:checkstyle-optional 4.0-beta5


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle-optional
Version

Version

4.0-beta5
Type

Type

jar

Download checkstyle-optional 4.0-beta5


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