is not current version
Last Version 5.0

checkstyle:checkstyle 5.0-beta01

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

5.0-beta01
Type

Type

jar

Download checkstyle 5.0-beta01


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