Dependency Information

Apache Maven

<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>6.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.puppycrawl.tools:checkstyle:jar:6.5-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'com.puppycrawl.tools:checkstyle:6.5-SNAPSHOT'

Leiningen

[com.puppycrawl.tools/checkstyle "6.5-SNAPSHOT"]

SBT

libraryDependencies += "com.puppycrawl.tools" %% "checkstyle" % "6.5-SNAPSHOT"