MVN

org.projectnessie.buildsupport : checkstyle

Maven & Gradle

Mar 01, 2023
0 stars

checkstyle · Applies checkstyle rules, adds dependsOn-wiring for Quarkus + Jandex

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>checkstyle</artifactId>
    <version>0.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectnessie.buildsupport : checkstyle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.20

All Versions

Choose a version of org.projectnessie.buildsupport : checkstyle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
checkstyle-0.2.20
checkstyle-0.2.19
checkstyle-0.2.17
checkstyle-0.2.16
checkstyle-0.2.15
checkstyle-0.2.14
checkstyle-0.2.13
checkstyle-0.2.12
checkstyle-0.2.11
checkstyle-0.2.10
checkstyle-0.2.9
checkstyle-0.2.8
checkstyle-0.2.7
checkstyle-0.2.6
checkstyle-0.2.5
checkstyle-0.2.4
checkstyle-0.2.3
checkstyle-0.2.2
checkstyle-0.2.1
checkstyle-0.2.0
0.1.x
checkstyle-0.1.10
checkstyle-0.1.9
checkstyle-0.1.8
checkstyle-0.1.7
checkstyle-0.1.6
checkstyle-0.1.5
checkstyle-0.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>checkstyle</artifactId>
    <version>0.2.20</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.projectnessie.buildsupport:checkstyle:0.2.20'

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

implementation("org.projectnessie.buildsupport:checkstyle:0.2.20")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.projectnessie.buildsupport" % "checkstyle" % "0.2.20"