Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.lispflowmapping</groupId>
  <artifactId>mappingservice.southbound</artifactId>
  <version>1.3.5-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.opendaylight.lispflowmapping:mappingservice.southbound:bundle:1.3.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.lispflowmapping" name="mappingservice.southbound" rev="1.3.5-SNAPSHOT">
  <artifact name="mappingservice.southbound" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.lispflowmapping', module='mappingservice.southbound', version='1.3.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.lispflowmapping:mappingservice.southbound:1.3.5-SNAPSHOT'

Leiningen

[org.opendaylight.lispflowmapping/mappingservice.southbound "1.3.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.lispflowmapping" % "mappingservice.southbound" % "1.3.5-SNAPSHOT"