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-or-later
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
文件下载
文件名 操作
checkstyle-10.20.1.jar 下载
checkstyle-10.20.1.pom 下载
checkstyle-10.20.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>10.20.1</version>
</dependency>
Gradle Groovy
implementation 'com.puppycrawl.tools:checkstyle:10.20.1'
Gradle Kotlin
implementation("com.puppycrawl.tools:checkstyle:10.20.1")
Scala SBT
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.20.1"
Groovy Grape
@Grapes(
  @Grab(group='com.puppycrawl.tools', module='checkstyle', version='10.20.1')
)
Apache Ivy
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.20.1" />
Leiningen
[com.puppycrawl.tools/checkstyle "10.20.1"]
Apache Buildr
'com.puppycrawl.tools:checkstyle:jar:10.20.1'