Dependency Information

Apache Maven

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

Apache Buildr

'org.opendaylight.topoprocessing:topoprocessing-aggregator:pom:0.1.5-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Grails

compile 'org.opendaylight.topoprocessing:topoprocessing-aggregator:0.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.topoprocessing/topoprocessing-aggregator "0.1.5-SNAPSHOT"]

SBT

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