c

checkstyle

Checkstyle checks for Bildschirmarbeiter projects
https://github.com/bildschirmarbeiter/checkstyle
Files download
File Operation
checkstyle-3.jar download
checkstyle-3.pom download
checkstyle-3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.bildschirmarbeiter</groupId>
  <artifactId>checkstyle</artifactId>
  <version>3</version>
</dependency>
Gradle Groovy
implementation 'de.bildschirmarbeiter:checkstyle:3'
Gradle Kotlin
implementation("de.bildschirmarbeiter:checkstyle:3")
Scala SBT
libraryDependencies += "de.bildschirmarbeiter" % "checkstyle" % "3"
Groovy Grape
@Grapes(
  @Grab(group='de.bildschirmarbeiter', module='checkstyle', version='3')
)
Apache Ivy
<dependency org="de.bildschirmarbeiter" name="checkstyle" rev="3" />
Leiningen
[de.bildschirmarbeiter/checkstyle "3"]
Apache Buildr
'de.bildschirmarbeiter:checkstyle:jar:3'