Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.netvirt</groupId>
  <artifactId>openstack.net-virt-sfc-impl</artifactId>
  <version>1.2.6-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.netvirt:openstack.net-virt-sfc-impl:bundle:1.2.6-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.netvirt" name="openstack.net-virt-sfc-impl" rev="1.2.6-SNAPSHOT">
  <artifact name="openstack.net-virt-sfc-impl" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.netvirt', module='openstack.net-virt-sfc-impl', version='1.2.6-SNAPSHOT')
)

Grails

compile 'org.opendaylight.netvirt:openstack.net-virt-sfc-impl:1.2.6-SNAPSHOT'

Leiningen

[org.opendaylight.netvirt/openstack.net-virt-sfc-impl "1.2.6-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.netvirt" % "openstack.net-virt-sfc-impl" % "1.2.6-SNAPSHOT"