Files download
File Operation
hwvtepsouthbound-features-1.10.1.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>hwvtepsouthbound-features</artifactId>
  <version>1.10.1</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:hwvtepsouthbound-features:1.10.1'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:hwvtepsouthbound-features:1.10.1")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "hwvtepsouthbound-features" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='hwvtepsouthbound-features', version='1.10.1')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="hwvtepsouthbound-features" rev="1.10.1" />
Leiningen
[org.opendaylight.ovsdb/hwvtepsouthbound-features "1.10.1"]
Apache Buildr
'org.opendaylight.ovsdb:hwvtepsouthbound-features:jar:1.10.1'