MVN

org.opendaylight.ovsdb : hwvtepsouthbound-features

Maven & Gradle

Jun 20, 2023
7 usages

ODL :: ovsdb :: hwvtepsouthbound-features

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>hwvtepsouthbound-features</artifactId>
    <version>1.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.ovsdb : hwvtepsouthbound-features to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.3

All Versions

Choose a version of org.opendaylight.ovsdb : hwvtepsouthbound-features to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
hwvtepsouthbound-features-1.16.1
hwvtepsouthbound-features-1.16.0
1.15.x
hwvtepsouthbound-features-1.15.3
hwvtepsouthbound-features-1.15.2
hwvtepsouthbound-features-1.15.1
hwvtepsouthbound-features-1.15.0
1.14.x
hwvtepsouthbound-features-1.14.3
hwvtepsouthbound-features-1.14.2
hwvtepsouthbound-features-1.14.1
hwvtepsouthbound-features-1.14.0
1.13.x
hwvtepsouthbound-features-1.13.3
hwvtepsouthbound-features-1.13.2
hwvtepsouthbound-features-1.13.1
1.12.x
hwvtepsouthbound-features-1.12.4
hwvtepsouthbound-features-1.12.3
hwvtepsouthbound-features-1.12.2
hwvtepsouthbound-features-1.12.1
hwvtepsouthbound-features-1.12.0
1.11.x
hwvtepsouthbound-features-1.11.4
hwvtepsouthbound-features-1.11.3
hwvtepsouthbound-features-1.11.2
hwvtepsouthbound-features-1.11.1
hwvtepsouthbound-features-1.11.0
1.10.x
hwvtepsouthbound-features-1.10.3
hwvtepsouthbound-features-1.10.2
hwvtepsouthbound-features-1.10.1
hwvtepsouthbound-features-1.10.0
1.9.x
hwvtepsouthbound-features-1.9.4
hwvtepsouthbound-features-1.9.3
hwvtepsouthbound-features-1.9.2
hwvtepsouthbound-features-1.9.1
hwvtepsouthbound-features-1.9.0
1.8.x
hwvtepsouthbound-features-1.8.3
hwvtepsouthbound-features-1.8.2
hwvtepsouthbound-features-1.8.1
hwvtepsouthbound-features-1.8.0
1.7.x
hwvtepsouthbound-features-1.7.3
hwvtepsouthbound-features-1.7.2
hwvtepsouthbound-features-1.7.1
hwvtepsouthbound-features-1.7.0
1.6.x
hwvtepsouthbound-features-1.6.4
hwvtepsouthbound-features-1.6.3
hwvtepsouthbound-features-1.6.2
hwvtepsouthbound-features-1.6.1
hwvtepsouthbound-features-1.6.0
1.5.x
hwvtepsouthbound-features-1.5.3
hwvtepsouthbound-features-1.5.2
hwvtepsouthbound-features-1.5.1
hwvtepsouthbound-features-1.5.0
1.4.x
hwvtepsouthbound-features-1.4.4-Carbon
hwvtepsouthbound-features-1.4.3-Carbon
hwvtepsouthbound-features-1.4.2-Carbon
hwvtepsouthbound-features-1.4.1-Carbon
hwvtepsouthbound-features-1.4.0-Carbon
1.3.x
hwvtepsouthbound-features-1.3.4-Boron-SR4
hwvtepsouthbound-features-1.3.3-Boron-SR3
hwvtepsouthbound-features-1.3.2-Boron-SR2
hwvtepsouthbound-features-1.3.1-Boron-SR1
hwvtepsouthbound-features-1.3.0-Boron
1.2.x
hwvtepsouthbound-features-1.2.5-Beryllium-SR4
hwvtepsouthbound-features-1.2.4-Beryllium-SR3
hwvtepsouthbound-features-1.2.3-Beryllium-SR2
hwvtepsouthbound-features-1.2.2-Beryllium-SR1
hwvtepsouthbound-features-1.2.1-Beryllium

How to add a dependency to Maven

Add the following org.opendaylight.ovsdb : hwvtepsouthbound-features maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>hwvtepsouthbound-features</artifactId>
    <version>1.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.ovsdb : hwvtepsouthbound-features gradle dependency to your build.gradle file:

implementation 'org.opendaylight.ovsdb:hwvtepsouthbound-features:1.15.3'

Gradle Kotlin DSL: Add the following org.opendaylight.ovsdb : hwvtepsouthbound-features gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.ovsdb:hwvtepsouthbound-features:1.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.ovsdb : hwvtepsouthbound-features sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.ovsdb" % "hwvtepsouthbound-features" % "1.15.3"