is not current version
Last Version 10.3.1

checkstyle 8.45.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

8.45.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 8.45.1


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

Dependencies

compile (7)

Group / Artifact Type Version
info.picocli : picocli jar 4.6.1
antlr : antlr jar 2.7.7
org.antlr : antlr4-runtime jar 4.9.2
commons-beanutils : commons-beanutils jar 1.9.4
com.google.guava : guava jar 30.1.1-jre
org.reflections : reflections jar 0.9.12
net.sf.saxon : Saxon-HE jar 10.5

provided (1)

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

test (16)

Group / Artifact Type Version
com.tngtech.archunit : archunit-junit5 jar 0.20.1
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.itsallcode : junit5-system-extensions jar 1.1.0
org.junit-pioneer : junit-pioneer jar 1.4.2
org.junit.vintage : junit-vintage-engine jar 5.7.2
com.google.truth : truth jar 1.1.3
com.github.stefanbirkner : system-rules jar 1.19.0
nl.jqno.equalsverifier : equalsverifier jar 3.7
org.powermock : powermock-api-mockito2 jar 2.0.9
org.javassist : javassist jar 3.28.0-GA
org.powermock : powermock-module-junit4 jar 2.0.9
commons-io : commons-io jar 2.11.0
org.eclipse.jgit : org.eclipse.jgit jar 5.12.0.202106070339-r
org.slf4j : slf4j-simple jar 1.7.32
org.jacoco : org.jacoco.agent jar 0.8.7

Project Modules

There are no modules declared in this project.