Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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