MVN

no.skatteetaten.aurora.checkstyle : checkstyle-config

Maven & Gradle

Dec 15, 2021
2 stars

checkstyle-config · Checkstyle configration for Skatteetaten code. Included as a dependency and run with checkstyle plugin

<dependency>
    <groupId>no.skatteetaten.aurora.checkstyle</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.skatteetaten.aurora.checkstyle : checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4

All Versions

Choose a version of no.skatteetaten.aurora.checkstyle : checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
checkstyle-config-2.3.4
2.2.x
checkstyle-config-2.2.8
checkstyle-config-2.2.7
checkstyle-config-2.2.5
checkstyle-config-2.2.4
checkstyle-config-2.2.1
checkstyle-config-2.2.0
2.1.x
checkstyle-config-2.1.8
checkstyle-config-2.1.7
checkstyle-config-2.1.6
checkstyle-config-2.1.5
checkstyle-config-2.1.4
checkstyle-config-2.1.3
checkstyle-config-2.1.2
checkstyle-config-2.1.1
checkstyle-config-2.1.0
1.0.x
checkstyle-config-1.0.1
checkstyle-config-1.0.0
0.8
checkstyle-config-0.8
0.6
checkstyle-config-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>no.skatteetaten.aurora.checkstyle</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.skatteetaten.aurora.checkstyle : checkstyle-config gradle dependency to your build.gradle file:

implementation 'no.skatteetaten.aurora.checkstyle:checkstyle-config:2.3.4'

Gradle Kotlin DSL: Add the following no.skatteetaten.aurora.checkstyle : checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("no.skatteetaten.aurora.checkstyle:checkstyle-config:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.skatteetaten.aurora.checkstyle : checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "no.skatteetaten.aurora.checkstyle" % "checkstyle-config" % "2.3.4"

Advertisement