Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.bgpcep</groupId>
  <artifactId>bgp-benchmark-app</artifactId>
  <version>0.6.3-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.bgpcep:bgp-benchmark-app:bundle:0.6.3-SNAPSHOT'

Apache Ant

<dependency org="org.opendaylight.bgpcep" name="bgp-benchmark-app" rev="0.6.3-SNAPSHOT">
  <artifact name="bgp-benchmark-app" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='bgp-benchmark-app', version='0.6.3-SNAPSHOT')
)

Grails

compile 'org.opendaylight.bgpcep:bgp-benchmark-app:0.6.3-SNAPSHOT'

Leiningen

[org.opendaylight.bgpcep/bgp-benchmark-app "0.6.3-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.bgpcep" %% "bgp-benchmark-app" % "0.6.3-SNAPSHOT"