Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.odlparent</groupId>
  <artifactId>checkstyle</artifactId>
  <version>0.1.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.opendaylight.odlparent:checkstyle:jar:0.1.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.odlparent" name="checkstyle" rev="0.1.5-SNAPSHOT">
  <artifact name="checkstyle" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.odlparent', module='checkstyle', version='0.1.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.odlparent:checkstyle:0.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.odlparent/checkstyle "0.1.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.odlparent" % "checkstyle" % "0.1.5-SNAPSHOT"