MVN

org.opendaylight.netconf : ietf-restconf

Maven & Gradle

Oct 31, 2022
13 usages

ietf-restconf

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.17

All Versions

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

Version Vulnerabilities Updated
2.0.x
ietf-restconf-2.0.17
ietf-restconf-2.0.16
ietf-restconf-2.0.15
ietf-restconf-2.0.14
ietf-restconf-2.0.13
ietf-restconf-2.0.12
ietf-restconf-2.0.11
ietf-restconf-2.0.10
ietf-restconf-2.0.9
ietf-restconf-2.0.8
ietf-restconf-2.0.7
ietf-restconf-2.0.6
ietf-restconf-2.0.5
ietf-restconf-2.0.4
ietf-restconf-2.0.3
ietf-restconf-2.0.2
ietf-restconf-2.0.1
ietf-restconf-2.0.0
1.13.x
ietf-restconf-1.13.8
ietf-restconf-1.13.7
ietf-restconf-1.13.6
ietf-restconf-1.13.5
ietf-restconf-1.13.4
ietf-restconf-1.13.3
ietf-restconf-1.13.2
ietf-restconf-1.13.1
ietf-restconf-1.13.0
1.12.x
ietf-restconf-1.12.4
ietf-restconf-1.12.3
ietf-restconf-1.12.2
ietf-restconf-1.12.1
ietf-restconf-1.12.0
1.11.x
ietf-restconf-1.11.3
ietf-restconf-1.11.2
ietf-restconf-1.11.1
ietf-restconf-1.11.0
1.10.x
ietf-restconf-1.10.4.3
ietf-restconf-1.10.4.2
ietf-restconf-1.10.4.1
ietf-restconf-1.10.4
ietf-restconf-1.10.3
ietf-restconf-1.10.2
ietf-restconf-1.10.1
ietf-restconf-1.10.0
1.9.x
ietf-restconf-1.9.3
ietf-restconf-1.9.2
ietf-restconf-1.9.1
ietf-restconf-1.9.0
1.8.x
ietf-restconf-1.8.3
ietf-restconf-1.8.2
ietf-restconf-1.8.1
ietf-restconf-1.8.0
1.7.x
ietf-restconf-1.7.4
ietf-restconf-1.7.3
ietf-restconf-1.7.2
ietf-restconf-1.7.1
ietf-restconf-1.7.0
1.6.x
ietf-restconf-1.6.3
ietf-restconf-1.6.2
ietf-restconf-1.6.1
ietf-restconf-1.6.0
1.5.x
ietf-restconf-1.5.4-Carbon
ietf-restconf-1.5.3-Carbon
ietf-restconf-1.5.2-Carbon
ietf-restconf-1.5.1-Carbon
ietf-restconf-1.5.0-Carbon
1.4.x
ietf-restconf-1.4.4-Boron-SR4
ietf-restconf-1.4.3-Boron-SR3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2.0.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.netconf:ietf-restconf:2.0.17'

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

implementation("org.opendaylight.netconf:ietf-restconf:2.0.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.netconf" % "ietf-restconf" % "2.0.17"