c

checkstyle-config

Checkstyle configuration of of jQAssistant to ensure our coding standards.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
checkstyle-config-2.0.9.jar download
checkstyle-config-2.0.9.pom download
checkstyle-config-2.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>checkstyle-config</artifactId>
  <version>2.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:checkstyle-config:2.0.9'
Gradle Kotlin
implementation("com.buschmais.jqassistant:checkstyle-config:2.0.9")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "checkstyle-config" % "2.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='checkstyle-config', version='2.0.9')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="checkstyle-config" rev="2.0.9" />
Leiningen
[com.buschmais.jqassistant/checkstyle-config "2.0.9"]
Apache Buildr
'com.buschmais.jqassistant:checkstyle-config:jar:2.0.9'