c

checkstyle-config

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