c

checkstyle

Files download
File Operation
checkstyle-2.2.jar download
checkstyle-2.2.pom download
Apache Maven
<dependency>
  <groupId>checkstyle</groupId>
  <artifactId>checkstyle</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'checkstyle:checkstyle:2.2'
Gradle Kotlin
implementation("checkstyle:checkstyle:2.2")
Scala SBT
libraryDependencies += "checkstyle" % "checkstyle" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='checkstyle', module='checkstyle', version='2.2')
)
Apache Ivy
<dependency org="checkstyle" name="checkstyle" rev="2.2" />
Leiningen
[checkstyle/checkstyle "2.2"]
Apache Buildr
'checkstyle:checkstyle:jar:2.2'
Dependencies
The project has no third-party dependencies