文件下载
文件名 操作
checkstyle-2.4.0-M1.jar 下载
checkstyle-2.4.0-M1.pom 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.build</groupId>
  <artifactId>checkstyle</artifactId>
  <version>2.4.0-M1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.build:checkstyle:2.4.0-M1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.build:checkstyle:2.4.0-M1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.build" % "checkstyle" % "2.4.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.build', module='checkstyle', version='2.4.0-M1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.build" name="checkstyle" rev="2.4.0-M1" />
Leiningen
[com.buschmais.jqassistant.build/checkstyle "2.4.0-M1"]
Apache Buildr
'com.buschmais.jqassistant.build:checkstyle:jar:2.4.0-M1'