MVN

org.jvnet.hudson.plugins : checkstyle

Maven & Gradle

Jan 27, 2011
2 usages

Checkstyle Plug-in · This plug-in generates the trend report for Checkstyle, an open source static code analysis program.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>checkstyle</artifactId>
    <version>3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : checkstyle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.12

All Versions

Choose a version of org.jvnet.hudson.plugins : checkstyle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.12
checkstyle-3.12
3.11
checkstyle-3.11
3.10
checkstyle-3.10
3.9
checkstyle-3.9
3.8
checkstyle-3.8
3.7
checkstyle-3.7
3.6
checkstyle-3.6
3.5
checkstyle-3.5
3.4
checkstyle-3.4
3.3
checkstyle-3.3
3.2
checkstyle-3.2
3.1
checkstyle-3.1
3.0
checkstyle-3.0
2.14
checkstyle-2.14
2.13
checkstyle-2.13
2.12
checkstyle-2.12
2.11
checkstyle-2.11
2.10
checkstyle-2.10
2.9
checkstyle-2.9
2.8
checkstyle-2.8
2.7
checkstyle-2.7
2.6
checkstyle-2.6
2.5
checkstyle-2.5
2.4
checkstyle-2.4
2.3
checkstyle-2.3
2.2
checkstyle-2.2
2.1
checkstyle-2.1
2.0
checkstyle-2.0
1.19
checkstyle-1.19
1.18
checkstyle-1.18
1.17
checkstyle-1.17
1.16
checkstyle-1.16
1.15
checkstyle-1.15
1.14
checkstyle-1.14
1.13
checkstyle-1.13
1.12
checkstyle-1.12
1.11
checkstyle-1.11
1.10
checkstyle-1.10
1.9
checkstyle-1.9
1.8
checkstyle-1.8
1.7
checkstyle-1.7
1.6
checkstyle-1.6
1.5
checkstyle-1.5
1.4
checkstyle-1.4
1.2
checkstyle-1.2
1.1
checkstyle-1.1
1.0
checkstyle-1.0

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : checkstyle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>checkstyle</artifactId>
    <version>3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : checkstyle gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:checkstyle:3.12'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : checkstyle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:checkstyle:3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : checkstyle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "checkstyle" % "3.12"