Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sevntu.checkstyle</groupId>
  <artifactId>sample</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.sevntu.checkstyle:sample:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.github.sevntu.checkstyle" name="sample" rev="0.0.1-SNAPSHOT">
  <artifact name="sample" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sevntu.checkstyle', module='sample', version='0.0.1-SNAPSHOT')
)

Grails

compile 'com.github.sevntu.checkstyle:sample:0.0.1-SNAPSHOT'

Leiningen

[com.github.sevntu.checkstyle/sample "0.0.1-SNAPSHOT"]

SBT

libraryDependencies += "com.github.sevntu.checkstyle" % "sample" % "0.0.1-SNAPSHOT"