is not current version
Last Version 10.3.1

checkstyle 10.2

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

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.puppycrawl.tools
ArtifactId

ArtifactId

checkstyle
Version

Version

10.2
Type

Type

jar
Description

Description

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

Project URL

https://checkstyle.org/
Source Code Management

Source Code Management

https://github.com/checkstyle/checkstyle

Download checkstyle 10.2


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

Dependencies

compile (6)

Group / Artifact Type Version
info.picocli : picocli jar 4.6.3
org.antlr : antlr4-runtime jar 4.10.1
commons-beanutils : commons-beanutils jar 1.9.4
com.google.guava : guava jar 31.1-jre
org.reflections : reflections jar 0.10.2
net.sf.saxon : Saxon-HE jar 11.3

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.10.12

test (14)

Group / Artifact Type Version
com.tngtech.archunit : archunit-junit5 jar 0.23.1
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.itsallcode : junit5-system-extensions jar 1.2.0
org.junit-pioneer : junit-pioneer jar 1.7.0
com.github.caciocavallosilano : cacio-tta jar 1.11
com.google.truth : truth jar 1.1.3
nl.jqno.equalsverifier : equalsverifier jar 3.10
org.mockito : mockito-inline jar 4.5.1
commons-io : commons-io jar 2.11.0
org.eclipse.jgit : org.eclipse.jgit jar 6.1.0.202203080745-r
org.slf4j : slf4j-simple jar 1.7.36
org.jacoco : org.jacoco.agent jar 0.8.8
de.thetaphi : forbiddenapis jar 3.3

Project Modules

There are no modules declared in this project.