Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.topoprocessing</groupId>
  <artifactId>distribution-karaf</artifactId>
  <version>0.1.5-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.opendaylight.topoprocessing:distribution-karaf:pom:0.1.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.topoprocessing" name="distribution-karaf" rev="0.1.5-SNAPSHOT">
  <artifact name="distribution-karaf" type="pom" />
</dependency>

Groovy Grape

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

Grails

compile 'org.opendaylight.topoprocessing:distribution-karaf:0.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.topoprocessing/distribution-karaf "0.1.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.topoprocessing" % "distribution-karaf" % "0.1.5-SNAPSHOT"