MVN

org.opendaylight.ovsdb : southbound-api

Maven & Gradle

Jun 20, 2023
40 usages

ODL :: ovsdb :: southbound-api

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

Latest Version

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

  • Latest Stable: 1.15.3

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>southbound-api</artifactId>
    <version>1.15.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.ovsdb:southbound-api:1.15.3'

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

implementation("org.opendaylight.ovsdb:southbound-api:1.15.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.ovsdb" % "southbound-api" % "1.15.3"