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
Files download
File Operation
checkstyle-3.11.jar download
checkstyle-3.11.pom download
checkstyle-3.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>checkstyle</artifactId>
  <version>3.11</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:checkstyle:3.11'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:checkstyle:3.11")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "checkstyle" % "3.11"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='checkstyle', version='3.11')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="checkstyle" rev="3.11" />
Leiningen
[org.jvnet.hudson.plugins/checkstyle "3.11"]
Apache Buildr
'org.jvnet.hudson.plugins:checkstyle:jar:3.11'