Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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