is not current version
Last Version 5.0

checkstyle:checkstyle 4.0-beta4


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

4.0-beta4
Type

Type

jar

Download checkstyle 4.0-beta4


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