MVN

org.opendaylight.netconf : odl-restconf-all

Maven & Gradle

Aug 07, 2023
5 usages

OpenDaylight :: Restconf :: All

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

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>odl-restconf-all</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-all gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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