Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.topoprocessing</groupId>
  <artifactId>mlmt-topology-observer-model</artifactId>
  <version>0.1.5-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.topoprocessing:mlmt-topology-observer-model:bundle:0.1.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.topoprocessing" name="mlmt-topology-observer-model" rev="0.1.5-SNAPSHOT">
  <artifact name="mlmt-topology-observer-model" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.topoprocessing', module='mlmt-topology-observer-model', version='0.1.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.topoprocessing:mlmt-topology-observer-model:0.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.topoprocessing/mlmt-topology-observer-model "0.1.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.topoprocessing" % "mlmt-topology-observer-model" % "0.1.5-SNAPSHOT"