Dependency Information

Apache Maven

<dependency>
  <groupId>com.lasmanis</groupId>
  <artifactId>checkstyle-config</artifactId>
  <version>0.0.56</version>
</dependency>

Apache Buildr

'com.lasmanis:checkstyle-config:jar:0.0.56'

Apache Ivy

<dependency org="com.lasmanis" name="checkstyle-config" rev="0.0.56">
  <artifact name="checkstyle-config" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.lasmanis', module='checkstyle-config', version='0.0.56')
)

Gradle/Grails

compile 'com.lasmanis:checkstyle-config:0.0.56'

Scala SBT

libraryDependencies += "com.lasmanis" % "checkstyle-config" % "0.0.56"

Leiningen

[com.lasmanis/checkstyle-config "0.0.56"]