MVN

checkstyle : checkstyle

Maven & Gradle

May 09, 2009
34 usages
<dependency>
    <groupId>checkstyle</groupId>
    <artifactId>checkstyle</artifactId>
    <version>5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of checkstyle : checkstyle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0
  • Latest Beta: 5.0-beta01

All Versions

Choose a version of checkstyle : checkstyle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0
checkstyle-5.0
CVE-2019-9658
checkstyle-5.0-beta01
CVE-2019-9658
4.4
checkstyle-4.4
CVE-2019-9658
4.3
checkstyle-4.3
CVE-2019-9658
4.2
checkstyle-4.2
CVE-2019-9658
4.1
checkstyle-4.1
CVE-2019-9658
4.0
checkstyle-4.0
CVE-2019-9658
checkstyle-4.0-beta6
CVE-2019-9658
checkstyle-4.0-beta5
CVE-2019-9658
checkstyle-4.0-beta4
CVE-2019-9658
checkstyle-4.0-beta3
CVE-2019-9658
checkstyle-4.0-beta1
CVE-2019-9658
3.4
checkstyle-3.4
CVE-2019-9658
3.3
checkstyle-3.3
CVE-2019-9658
3.2
checkstyle-3.2
CVE-2019-9658
3.1
checkstyle-3.1
CVE-2019-9658
3.0
checkstyle-3.0
CVE-2019-9658
2.4
checkstyle-2.4
CVE-2019-9658
2.3
checkstyle-2.3
CVE-2019-9658
2.2
checkstyle-2.2
CVE-2019-9658
2.1
checkstyle-2.1
CVE-2019-9658

How to add a dependency to Maven

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

<dependency>
    <groupId>checkstyle</groupId>
    <artifactId>checkstyle</artifactId>
    <version>5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following checkstyle : checkstyle gradle dependency to your build.gradle file:

implementation 'checkstyle:checkstyle:5.0'

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

implementation("checkstyle:checkstyle:5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following checkstyle : checkstyle sbt scala dependency to your build.sbt file:

libraryDependencies += "checkstyle" % "checkstyle" % "5.0"

Advertisement