MVN

net.bluefen : checkstyle-configuration

Maven & Gradle

Mar 29, 2013

Checkstyle Configuration · Standard Checkstyle rules for projects to use

<dependency>
    <groupId>net.bluefen</groupId>
    <artifactId>checkstyle-configuration</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bluefen : checkstyle-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of net.bluefen : checkstyle-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2
checkstyle-configuration-2
1
checkstyle-configuration-1

How to add a dependency to Maven

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

<dependency>
    <groupId>net.bluefen</groupId>
    <artifactId>checkstyle-configuration</artifactId>
    <version>2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.bluefen : checkstyle-configuration gradle dependency to your build.gradle file:

implementation 'net.bluefen:checkstyle-configuration:2'

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

implementation("net.bluefen:checkstyle-configuration:2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.bluefen : checkstyle-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "net.bluefen" % "checkstyle-configuration" % "2"

Advertisement