MVN

org.apache.myfaces.buildtools : checkstyle-rules

Maven & Gradle

Mar 31, 2023

checkstyle-rules

<dependency>
    <groupId>org.apache.myfaces.buildtools</groupId>
    <artifactId>checkstyle-rules</artifactId>
    <version>22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.buildtools : checkstyle-rules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22

All Versions

Choose a version of org.apache.myfaces.buildtools : checkstyle-rules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22
checkstyle-rules-22
21
checkstyle-rules-21
20
checkstyle-rules-20
19
checkstyle-rules-19
17
checkstyle-rules-17
16
checkstyle-rules-16
15
checkstyle-rules-15
14
checkstyle-rules-14
13
checkstyle-rules-13
12
checkstyle-rules-12
11
checkstyle-rules-11
10
checkstyle-rules-10
9
checkstyle-rules-9
8
checkstyle-rules-8
7
checkstyle-rules-7
6
checkstyle-rules-6
5
checkstyle-rules-5
4
checkstyle-rules-4
3
checkstyle-rules-3
2
checkstyle-rules-2
1
checkstyle-rules-1

How to add a dependency to Maven

Add the following org.apache.myfaces.buildtools : checkstyle-rules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.buildtools</groupId>
    <artifactId>checkstyle-rules</artifactId>
    <version>22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.buildtools : checkstyle-rules gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.buildtools:checkstyle-rules:22'

Gradle Kotlin DSL: Add the following org.apache.myfaces.buildtools : checkstyle-rules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.buildtools:checkstyle-rules:22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.buildtools : checkstyle-rules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.buildtools" % "checkstyle-rules" % "22"