is not current version
Last Version 5.0

checkstyle:checkstyle 2.1


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

2.1
Type

Type

jar

Download checkstyle 2.1


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