is not current version
Last Version 10.3.1

com.puppycrawl.tools:checkstyle 8.41.1

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

com.puppycrawl.tools
ArtifactId

ArtifactId

checkstyle
Version

Version

8.41.1
Type

Type

jar

Download checkstyle 8.41.1


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