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