MVN

org.opendaylight.netconf : odl-restconf-common

Maven & Gradle

Aug 07, 2023
8 usages

OpenDaylight :: Restconf :: Common

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>odl-restconf-common</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.netconf : odl-restconf-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.opendaylight.netconf : odl-restconf-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
odl-restconf-common-6.0.1
odl-restconf-common-6.0.0
5.0.x
odl-restconf-common-5.0.7
odl-restconf-common-5.0.6
odl-restconf-common-5.0.5
odl-restconf-common-5.0.4
odl-restconf-common-5.0.3
odl-restconf-common-5.0.2
odl-restconf-common-5.0.1
odl-restconf-common-5.0.0
4.0.x
odl-restconf-common-4.0.8
odl-restconf-common-4.0.7
odl-restconf-common-4.0.6
odl-restconf-common-4.0.5
odl-restconf-common-4.0.4
odl-restconf-common-4.0.3
odl-restconf-common-4.0.2
odl-restconf-common-4.0.1
odl-restconf-common-4.0.0
3.0.x
odl-restconf-common-3.0.9
odl-restconf-common-3.0.8
odl-restconf-common-3.0.7
odl-restconf-common-3.0.6
odl-restconf-common-3.0.5
odl-restconf-common-3.0.4
odl-restconf-common-3.0.3
odl-restconf-common-3.0.2
odl-restconf-common-3.0.1
odl-restconf-common-3.0.0
2.0.x
odl-restconf-common-2.0.17
odl-restconf-common-2.0.16
odl-restconf-common-2.0.15
odl-restconf-common-2.0.14
odl-restconf-common-2.0.13
odl-restconf-common-2.0.12
odl-restconf-common-2.0.11
odl-restconf-common-2.0.10
odl-restconf-common-2.0.9
odl-restconf-common-2.0.8
odl-restconf-common-2.0.7
odl-restconf-common-2.0.6
odl-restconf-common-2.0.5
odl-restconf-common-2.0.4
odl-restconf-common-2.0.3
odl-restconf-common-2.0.2
odl-restconf-common-2.0.1
odl-restconf-common-2.0.0
1.13.x
odl-restconf-common-1.13.8
odl-restconf-common-1.13.7
odl-restconf-common-1.13.6
odl-restconf-common-1.13.5
odl-restconf-common-1.13.4
odl-restconf-common-1.13.3
odl-restconf-common-1.13.2
odl-restconf-common-1.13.1
odl-restconf-common-1.13.0
1.12.x
odl-restconf-common-1.12.4
odl-restconf-common-1.12.3
odl-restconf-common-1.12.2
odl-restconf-common-1.12.1
odl-restconf-common-1.12.0
1.11.x
odl-restconf-common-1.11.3
odl-restconf-common-1.11.2
odl-restconf-common-1.11.1
odl-restconf-common-1.11.0
1.10.x
odl-restconf-common-1.10.4.3
odl-restconf-common-1.10.4.2
odl-restconf-common-1.10.4.1
odl-restconf-common-1.10.4
odl-restconf-common-1.10.3
odl-restconf-common-1.10.2
odl-restconf-common-1.10.1
odl-restconf-common-1.10.0
1.9.x
odl-restconf-common-1.9.3
odl-restconf-common-1.9.2
odl-restconf-common-1.9.1
odl-restconf-common-1.9.0
1.8.x
odl-restconf-common-1.8.3
odl-restconf-common-1.8.2
odl-restconf-common-1.8.1
odl-restconf-common-1.8.0
1.7.x
odl-restconf-common-1.7.4
odl-restconf-common-1.7.3
odl-restconf-common-1.7.2
odl-restconf-common-1.7.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>odl-restconf-common</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.netconf : odl-restconf-common gradle dependency to your build.gradle file:

implementation 'org.opendaylight.netconf:odl-restconf-common:6.0.1'

Gradle Kotlin DSL: Add the following org.opendaylight.netconf : odl-restconf-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.netconf:odl-restconf-common:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.netconf : odl-restconf-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.netconf" % "odl-restconf-common" % "6.0.1"