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