c

checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
https://checkstyle.org/
LGPL-2.1+
Roman Ivanov Richard Veach Pavel Bludov Andrei Paikin Nick Mancuso Ilja Dubinin Andrei Selkin Vladislav Lisetskii Oliver Burn Michał Kordas Ruslan Diachenko Baratali Izmailov Daniil Yaroslavtsev Ivan Sopov Lars Kühne Rick Giles Oleg Sukhodolsky Michael Studman Travis Schneeberger
Files download
File Operation
checkstyle-10.3.3.jar download
checkstyle-10.3.3.pom download
checkstyle-10.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>10.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.puppycrawl.tools:checkstyle:10.3.3'
Gradle Kotlin
implementation("com.puppycrawl.tools:checkstyle:10.3.3")
Scala SBT
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.puppycrawl.tools', module='checkstyle', version='10.3.3')
)
Apache Ivy
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.3.3" />
Leiningen
[com.puppycrawl.tools/checkstyle "10.3.3"]
Apache Buildr
'com.puppycrawl.tools:checkstyle:jar:10.3.3'