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