Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.vtn</groupId>
  <artifactId>distribution</artifactId>
  <version>0.4.5-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.opendaylight.vtn:distribution:pom:0.4.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.vtn" name="distribution" rev="0.4.5-SNAPSHOT">
  <artifact name="distribution" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.vtn', module='distribution', version='0.4.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.vtn:distribution:0.4.5-SNAPSHOT'

Leiningen

[org.opendaylight.vtn/distribution "0.4.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.vtn" % "distribution" % "0.4.5-SNAPSHOT"