is not current version
Last Version 5.0

checkstyle:checkstyle 3.0


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

3.0
Type

Type

jar

Download checkstyle 3.0


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