Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.ttp</groupId>
  <artifactId>distribution-karaf</artifactId>
  <version>0.2.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.opendaylight.ttp:distribution-karaf:jar:0.2.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.ttp" name="distribution-karaf" rev="0.2.5-SNAPSHOT">
  <artifact name="distribution-karaf" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.ttp', module='distribution-karaf', version='0.2.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.ttp:distribution-karaf:0.2.5-SNAPSHOT'

Leiningen

[org.opendaylight.ttp/distribution-karaf "0.2.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.ttp" % "distribution-karaf" % "0.2.5-SNAPSHOT"