c

checkstyle

This plug-in generates the trend report for Checkstyle, an open source static code analysis program.
http://wiki.hudson-ci.org/display/HUDSON/Checkstyle+Plugin
MIT license LGPL
文件下载
文件名 操作
checkstyle-3.3.jar 下载
checkstyle-3.3.pom 下载
checkstyle-3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>checkstyle</artifactId>
  <version>3.3</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:checkstyle:3.3'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:checkstyle:3.3")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "checkstyle" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='checkstyle', version='3.3')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="checkstyle" rev="3.3" />
Leiningen
[org.jvnet.hudson.plugins/checkstyle "3.3"]
Apache Buildr
'org.jvnet.hudson.plugins:checkstyle:jar:3.3'