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-1.12.1.jar download
checkstyle-config-1.12.1.pom download
checkstyle-config-1.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>checkstyle-config</artifactId>
  <version>1.12.1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:checkstyle-config:1.12.1'
Gradle Kotlin
implementation("com.buschmais.jqassistant:checkstyle-config:1.12.1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "checkstyle-config" % "1.12.1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='checkstyle-config', version='1.12.1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="checkstyle-config" rev="1.12.1" />
Leiningen
[com.buschmais.jqassistant/checkstyle-config "1.12.1"]
Apache Buildr
'com.buschmais.jqassistant:checkstyle-config:jar:1.12.1'