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