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