MVN

org.opendaylight.mdsal.model : ietf-restconf

Maven & Gradle

Jul 24, 2020
9 usages

ietf-restconf

<dependency>
    <groupId>org.opendaylight.mdsal.model</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2013.10.19.16.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2013.10.19.16.17

All Versions

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

Version Vulnerabilities Updated
2013.10.x
ietf-restconf-2013.10.19.16.17
ietf-restconf-2013.10.19.16.16
ietf-restconf-2013.10.19.16.15
ietf-restconf-2013.10.19.16.14
ietf-restconf-2013.10.19.16.13
ietf-restconf-2013.10.19.16.12
ietf-restconf-2013.10.19.16.11
ietf-restconf-2013.10.19.15.16
ietf-restconf-2013.10.19.16.10
ietf-restconf-2013.10.19.16.9
ietf-restconf-2013.10.19.15.15
ietf-restconf-2013.10.19.15.14
ietf-restconf-2013.10.19.16.8
ietf-restconf-2013.10.19.15.13
ietf-restconf-2013.10.19.15.12
ietf-restconf-2013.10.19.16.7
ietf-restconf-2013.10.19.16.6
ietf-restconf-2013.10.19.15.11
ietf-restconf-2013.10.19.16.5
ietf-restconf-2013.10.19.16.4
ietf-restconf-2013.10.19.16.3
ietf-restconf-2013.10.19.15.10
ietf-restconf-2013.10.19.15.9
ietf-restconf-2013.10.19.13.3
ietf-restconf-2013.10.19.16.2
ietf-restconf-2013.10.19.16.1
ietf-restconf-2013.10.19.16.0
ietf-restconf-2013.10.19.15.8
ietf-restconf-2013.10.19.15.7
ietf-restconf-2013.10.19.13.2
ietf-restconf-2013.10.19.15.6
ietf-restconf-2013.10.19.15.5
ietf-restconf-2013.10.19.15.4
ietf-restconf-2013.10.19.15.3
ietf-restconf-2013.10.19.12.4
ietf-restconf-2013.10.19.15.2
ietf-restconf-2013.10.19.13.1
ietf-restconf-2013.10.19.15.1
ietf-restconf-2013.10.19.15.0
ietf-restconf-2013.10.19.13.0
ietf-restconf-2013.10.19.12.3
ietf-restconf-2013.10.19.12.2
ietf-restconf-2013.10.19.11.3
ietf-restconf-2013.10.19.10.4-Carbon
ietf-restconf-2013.10.19.12.1
ietf-restconf-2013.10.19.12.0
ietf-restconf-2013.10.19.10.3-Carbon
ietf-restconf-2013.10.19.11.2
ietf-restconf-2013.10.19.11.1
ietf-restconf-2013.10.19.10.2-Carbon
ietf-restconf-2013.10.19.11.0
ietf-restconf-2013.10.19.10.1-Carbon
ietf-restconf-2013.10.19.9.4-Boron-SR4
ietf-restconf-2013.10.19.10-Carbon
ietf-restconf-2013.10.19.9.3-Boron-SR3
ietf-restconf-2013.10.19.9.2-Boron-SR2
ietf-restconf-2013.10.19.9.1-Boron-SR1
ietf-restconf-2013.10.19.8.4-Beryllium-SR4
ietf-restconf-2013.10.19.9-Boron
ietf-restconf-2013.10.19.8.3-Beryllium-SR3
ietf-restconf-2013.10.19.8.2-Beryllium-SR2
ietf-restconf-2013.10.19.8.1-Beryllium-SR1
ietf-restconf-2013.10.19.8-Beryllium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.model</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2013.10.19.16.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.mdsal.model:ietf-restconf:2013.10.19.16.17'

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

implementation("org.opendaylight.mdsal.model:ietf-restconf:2013.10.19.16.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.mdsal.model" % "ietf-restconf" % "2013.10.19.16.17"