Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.usc</groupId>
  <artifactId>usc-channel-ui</artifactId>
  <version>1.1.5-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.usc:usc-channel-ui:bundle:1.1.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.usc" name="usc-channel-ui" rev="1.1.5-SNAPSHOT">
  <artifact name="usc-channel-ui" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.usc', module='usc-channel-ui', version='1.1.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.usc:usc-channel-ui:1.1.5-SNAPSHOT'

Leiningen

[org.opendaylight.usc/usc-channel-ui "1.1.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.usc" % "usc-channel-ui" % "1.1.5-SNAPSHOT"