MVN

at.favre.lib : checkstyle-config

Maven & Gradle

Apr 06, 2020
3 stars

Common Checkstyle Configuration · Externalized checkstyle configuration which can be used in other Maven projects.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of at.favre.lib : checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2
checkstyle-config-2
1
checkstyle-config-1

How to add a dependency to Maven

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

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : checkstyle-config gradle dependency to your build.gradle file:

implementation 'at.favre.lib:checkstyle-config:2'

Gradle Kotlin DSL: Add the following at.favre.lib : checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:checkstyle-config:2")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "checkstyle-config" % "2"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies