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