Dependency Information

Apache Maven

<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>10.14.2</version>
</dependency>

Apache Ivy

<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.14.2">
  <artifact name="checkstyle" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.puppycrawl.tools', module='checkstyle', version='10.14.2')
)

Gradle/Grails

implementation 'com.puppycrawl.tools:checkstyle:10.14.2'

Scala SBT

libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.14.2"

Leiningen

[com.puppycrawl.tools/checkstyle "10.14.2"]