is not current version
Last Version 10.3.1

checkstyle 9.2.1

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

9.2.1
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 9.2.1


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

Dependencies

compile (6)

Group / Artifact Type Version
info.picocli : picocli jar 4.6.2
org.antlr : antlr4-runtime jar 4.9.3
commons-beanutils : commons-beanutils jar 1.9.4
com.google.guava : guava jar 31.0.1-jre
org.reflections : reflections jar 0.10.2
net.sf.saxon : Saxon-HE jar 10.6

provided (1)

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

test (13)

Group / Artifact Type Version
com.tngtech.archunit : archunit-junit5 jar 0.22.0
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.1.0
org.junit-pioneer : junit-pioneer jar 1.5.0
com.google.truth : truth jar 1.1.3
nl.jqno.equalsverifier : equalsverifier jar 3.8.1
org.mockito : mockito-inline jar 4.2.0
commons-io : commons-io jar 2.11.0
org.eclipse.jgit : org.eclipse.jgit jar 5.13.0.202109080827-r
org.slf4j : slf4j-simple jar 1.7.32
org.jacoco : org.jacoco.agent jar 0.8.7
de.thetaphi : forbiddenapis jar 3.2

Project Modules

There are no modules declared in this project.