MVN

org.opendaylight.yangtools.model : yang-ext

Maven & Gradle

Feb 29, 2016
46 usages

yang-ext

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>yang-ext</artifactId>
    <version>2013.09.07.7.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2013.09.07.7.4-Lithium-SR4

All Versions

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

Version Vulnerabilities Updated
2013.09.x
yang-ext-2013.09.07.7.4-Lithium-SR4
yang-ext-2013.09.07.7.3-Lithium-SR3
yang-ext-2013.09.07.7.2-Lithium-SR2
yang-ext-2013.09.07.7.1-Lithium-SR1
yang-ext-2013.09.07.4.4-Helium-SR4
yang-ext-2013.09.07.7-Lithium
yang-ext-2013.09.07.4.3-Helium-SR3
yang-ext-2013.09.07.4.2-Helium-SR2
yang-ext-2013.09.07.4.1-Helium-SR1.1
yang-ext-2013.09.07.4.1-Helium-SR1
yang-ext-2013.09.07.4-Helium
yang-ext-2013.09.07.3
yang-ext-2013.09.07.2
yang-ext-2013.09.07.1
yang-ext-2013.09.07.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>yang-ext</artifactId>
    <version>2013.09.07.7.4-Lithium-SR4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.yangtools.model:yang-ext:2013.09.07.7.4-Lithium-SR4'

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

implementation("org.opendaylight.yangtools.model:yang-ext:2013.09.07.7.4-Lithium-SR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.yangtools.model" % "yang-ext" % "2013.09.07.7.4-Lithium-SR4"