Dependency Information

Apache Maven

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

Apache Buildr

'com.puppycrawl.tools:checkstyle:jar:6.16.1'

Apache Ivy

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

Groovy Grape

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

Grails

compile 'com.puppycrawl.tools:checkstyle:6.16.1'

Leiningen

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

SBT

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