Dependency Information

Apache Maven

<dependency>
  <groupId>com.puppycrawl.tools</groupId>
  <artifactId>checkstyle</artifactId>
  <version>5.6-scorefeature</version>
</dependency>

Apache Buildr

'com.puppycrawl.tools:checkstyle:jar:5.6-scorefeature'

Apache Ant

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

Groovy Grape

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

Grails

compile 'com.puppycrawl.tools:checkstyle:5.6-scorefeature'

Leiningen

[com.puppycrawl.tools/checkstyle "5.6-scorefeature"]

SBT

libraryDependencies += "com.puppycrawl.tools" %% "checkstyle" % "5.6-scorefeature"