MVN

org.opendaylight.yangtools.model : ietf-restconf

Maven & Gradle

Feb 29, 2016
7 usages

ietf-restconf

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2013.10.19.7.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2013.10.19.7.4-Lithium-SR4

All Versions

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

Version Vulnerabilities Updated
2013.10.x
ietf-restconf-2013.10.19.7.4-Lithium-SR4
ietf-restconf-2013.10.19.7.3-Lithium-SR3
ietf-restconf-2013.10.19.7.2-Lithium-SR2
ietf-restconf-2013.10.19.7.1-Lithium-SR1
ietf-restconf-2013.10.19.1.4-Helium-SR4
ietf-restconf-2013.10.19.7-Lithium
ietf-restconf-2013.10.19.1.3-Helium-SR3
ietf-restconf-2013.10.19.1.2-Helium-SR2
ietf-restconf-2013.10.19.1.1-Helium-SR1.1
ietf-restconf-2013.10.19.1.1-Helium-SR1
ietf-restconf-2013.10.19.1-Helium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>ietf-restconf</artifactId>
    <version>2013.10.19.7.4-Lithium-SR4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.yangtools.model:ietf-restconf:2013.10.19.7.4-Lithium-SR4'

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

implementation("org.opendaylight.yangtools.model:ietf-restconf:2013.10.19.7.4-Lithium-SR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.yangtools.model" % "ietf-restconf" % "2013.10.19.7.4-Lithium-SR4"