c

checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
http://checkstyle.sourceforge.net/
GNU Lesser General Public License
Oliver Burn Roman Ivanov Michał Kordas Ruslan Diachenko Baratali Izmailov Ilja Dubinin Daniil Yaroslavtsev Ivan Sopov Lars Kühne Rick Giles Oleg Sukhodolsky Michael Studman Travis Schneeberger
文件下载
文件名 操作
checkstyle-6.14.1.jar 下载
checkstyle-6.14.1.pom 下载
checkstyle-6.14.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>6.14.1</version>
</dependency>
Gradle Groovy
implementation 'com.puppycrawl.tools:checkstyle:6.14.1'
Gradle Kotlin
implementation("com.puppycrawl.tools:checkstyle:6.14.1")
Scala SBT
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "6.14.1"
Groovy Grape
@Grapes(
  @Grab(group='com.puppycrawl.tools', module='checkstyle', version='6.14.1')
)
Apache Ivy
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="6.14.1" />
Leiningen
[com.puppycrawl.tools/checkstyle "6.14.1"]
Apache Buildr
'com.puppycrawl.tools:checkstyle:jar:6.14.1'