MVN

de.bildschirmarbeiter : checkstyle

Maven & Gradle

Sep 08, 2021
0 stars

Bildschirmarbeiter Checkstyle · Checkstyle checks for Bildschirmarbeiter projects

<dependency>
    <groupId>de.bildschirmarbeiter</groupId>
    <artifactId>checkstyle</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bildschirmarbeiter : checkstyle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of de.bildschirmarbeiter : checkstyle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3
checkstyle-3
2
checkstyle-2
1
checkstyle-1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.bildschirmarbeiter</groupId>
    <artifactId>checkstyle</artifactId>
    <version>3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bildschirmarbeiter : checkstyle gradle dependency to your build.gradle file:

implementation 'de.bildschirmarbeiter:checkstyle:3'

Gradle Kotlin DSL: Add the following de.bildschirmarbeiter : checkstyle gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bildschirmarbeiter:checkstyle:3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bildschirmarbeiter : checkstyle sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bildschirmarbeiter" % "checkstyle" % "3"

Advertisement