MVN

org.opendaylight.ovsdb : odl-ovsdb-southbound-test

Maven & Gradle

May 04, 2023

ODL :: ovsdb :: odl-ovsdb-southbound-test

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>odl-ovsdb-southbound-test</artifactId>
    <version>1.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.16.1

All Versions

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

  • Version Updated
  • odl-ovsdb-southbound-test-1.16.1

    May 04, 2023
  • odl-ovsdb-southbound-test-1.16.0

    Mar 31, 2023
  • odl-ovsdb-southbound-test-1.15.2

    Jan 26, 2023
  • odl-ovsdb-southbound-test-1.15.1

    Dec 21, 2022
  • odl-ovsdb-southbound-test-1.14.3

    Dec 05, 2022
  • odl-ovsdb-southbound-test-1.15.0

    Oct 04, 2022
  • odl-ovsdb-southbound-test-1.14.2

    Sep 15, 2022
  • odl-ovsdb-southbound-test-1.14.1

    Jun 30, 2022
  • odl-ovsdb-southbound-test-1.13.3

    May 27, 2022
  • odl-ovsdb-southbound-test-1.14.0

    Apr 27, 2022
  • odl-ovsdb-southbound-test-1.13.2

    Feb 15, 2022
  • odl-ovsdb-southbound-test-1.12.4

    Jan 28, 2022
  • odl-ovsdb-southbound-test-1.13.1

    Nov 26, 2021
  • odl-ovsdb-southbound-test-1.12.3

    Nov 04, 2021
  • odl-ovsdb-southbound-test-1.12.2

    Aug 12, 2021
  • odl-ovsdb-southbound-test-1.11.4

    Jun 03, 2021
  • odl-ovsdb-southbound-test-1.12.1

    May 25, 2021
  • odl-ovsdb-southbound-test-1.12.0

    Mar 26, 2021
  • odl-ovsdb-southbound-test-1.11.3

    Feb 12, 2021
  • odl-ovsdb-southbound-test-1.11.2

    Jan 14, 2021
  • odl-ovsdb-southbound-test-1.10.3

    Dec 08, 2020
  • odl-ovsdb-southbound-test-1.11.1

    Oct 29, 2020
  • odl-ovsdb-southbound-test-1.11.0

    Sep 15, 2020
  • odl-ovsdb-southbound-test-1.9.4

    Aug 08, 2020
  • odl-ovsdb-southbound-test-1.10.2

    Jul 24, 2020
  • odl-ovsdb-southbound-test-1.9.3

    May 26, 2020
  • odl-ovsdb-southbound-test-1.10.1

    May 07, 2020
  • odl-ovsdb-southbound-test-1.10.0

    Mar 13, 2020
  • odl-ovsdb-southbound-test-1.9.2

    Feb 09, 2020
  • odl-ovsdb-southbound-test-1.8.3

    Dec 17, 2019
  • odl-ovsdb-southbound-test-1.9.1

    Oct 17, 2019
  • odl-ovsdb-southbound-test-1.8.2

    Aug 22, 2019
  • odl-ovsdb-southbound-test-1.9.0

    Aug 22, 2019
  • odl-ovsdb-southbound-test-1.7.3

    Jun 13, 2019
  • odl-ovsdb-southbound-test-1.8.1

    May 09, 2019
  • odl-ovsdb-southbound-test-1.8.0

    Mar 13, 2019
  • odl-ovsdb-southbound-test-1.7.2

    Feb 04, 2019
  • odl-ovsdb-southbound-test-1.6.4

    Dec 05, 2018
  • odl-ovsdb-southbound-test-1.7.1

    Nov 14, 2018
  • odl-ovsdb-southbound-test-1.7.0

    Aug 23, 2018
  • odl-ovsdb-southbound-test-1.6.3

    Aug 08, 2018
  • odl-ovsdb-southbound-test-1.6.2

    Jun 06, 2018
  • odl-ovsdb-southbound-test-1.5.3

    May 02, 2018
  • odl-ovsdb-southbound-test-1.4.4-Carbon

    Apr 21, 2018
  • odl-ovsdb-southbound-test-1.6.1

    Apr 19, 2018
  • odl-ovsdb-southbound-test-1.6.0

    Mar 21, 2018
  • odl-ovsdb-southbound-test-1.4.3-Carbon

    Feb 15, 2018
  • odl-ovsdb-southbound-test-1.5.2

    Feb 14, 2018
  • odl-ovsdb-southbound-test-1.5.1

    Nov 23, 2017
  • odl-ovsdb-southbound-test-1.4.2-Carbon

    Oct 10, 2017
  • odl-ovsdb-southbound-test-1.5.0

    Sep 19, 2017
  • odl-ovsdb-southbound-test-1.4.1-Carbon

    Jul 12, 2017
  • odl-ovsdb-southbound-test-1.4.0-Carbon

    May 22, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>odl-ovsdb-southbound-test</artifactId>
    <version>1.16.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.ovsdb:odl-ovsdb-southbound-test:1.16.1'

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

implementation("org.opendaylight.ovsdb:odl-ovsdb-southbound-test:1.16.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.ovsdb" % "odl-ovsdb-southbound-test" % "1.16.1"