Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.netvirt</groupId>
  <artifactId>ovsdb-ui-module</artifactId>
  <version>1.2.6-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.opendaylight.netvirt:ovsdb-ui-module:jar:1.2.6-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.netvirt" name="ovsdb-ui-module" rev="1.2.6-SNAPSHOT">
  <artifact name="ovsdb-ui-module" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.netvirt', module='ovsdb-ui-module', version='1.2.6-SNAPSHOT')
)

Grails

compile 'org.opendaylight.netvirt:ovsdb-ui-module:1.2.6-SNAPSHOT'

Leiningen

[org.opendaylight.netvirt/ovsdb-ui-module "1.2.6-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.netvirt" % "ovsdb-ui-module" % "1.2.6-SNAPSHOT"