Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.usc</groupId>
  <artifactId>usc-netconf-client-dispatcher</artifactId>
  <version>1.1.5-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.usc:usc-netconf-client-dispatcher:bundle:1.1.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.usc" name="usc-netconf-client-dispatcher" rev="1.1.5-SNAPSHOT">
  <artifact name="usc-netconf-client-dispatcher" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.usc', module='usc-netconf-client-dispatcher', version='1.1.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.usc:usc-netconf-client-dispatcher:1.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.usc/usc-netconf-client-dispatcher "1.1.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.usc" % "usc-netconf-client-dispatcher" % "1.1.5-SNAPSHOT"