MVN

org.opendaylight.ovsdb : utils.servicehelper

Maven & Gradle

Jun 20, 2023
8 usages

ODL :: ovsdb :: utils.servicehelper

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>utils.servicehelper</artifactId>
    <version>1.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.15.3

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>utils.servicehelper</artifactId>
    <version>1.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.ovsdb : utils.servicehelper gradle dependency to your build.gradle file:

implementation 'org.opendaylight.ovsdb:utils.servicehelper:1.15.3'

Gradle Kotlin DSL: Add the following org.opendaylight.ovsdb : utils.servicehelper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.ovsdb:utils.servicehelper:1.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.ovsdb : utils.servicehelper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.ovsdb" % "utils.servicehelper" % "1.15.3"