Last Version

Checkstyle 5.0

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

checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

5.0
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

http://checkstyle.sourceforge.net/

Download checkstyle 5.0


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

Dependencies

compile (5)

Group / Artifact Type Version
antlr : antlr jar 2.7.6
commons-beanutils : commons-beanutils-core jar 1.7.0
commons-cli : commons-cli jar 1.0
commons-logging : commons-logging jar 1.0.3
com.google.collections : google-collections jar 0.9

Project Modules

There are no modules declared in this project.