MVN

org.opendaylight.mdsal.model : ietf-yang-types

Maven & Gradle

Dec 12, 2018
59 usages

ietf-yang-types

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

Latest Version

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

  • Latest Stable: 2010.09.24.12.4

All Versions

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

Version Vulnerabilities Updated
2010.09.x
ietf-yang-types-2010.09.24.12.4
ietf-yang-types-2010.09.24.12.3
ietf-yang-types-2010.09.24.12.2
ietf-yang-types-2010.09.24.11.3
ietf-yang-types-2010.09.24.10.4-Carbon
ietf-yang-types-2010.09.24.12.1
ietf-yang-types-2010.09.24.12.0
ietf-yang-types-2010.09.24.10.3-Carbon
ietf-yang-types-2010.09.24.11.2
ietf-yang-types-2010.09.24.11.1
ietf-yang-types-2010.09.24.10.2-Carbon
ietf-yang-types-2010.09.24.11.0
ietf-yang-types-2010.09.24.10.1-Carbon
ietf-yang-types-2010.09.24.9.4-Boron-SR4
ietf-yang-types-2010.09.24.10-Carbon
ietf-yang-types-2010.09.24.9.3-Boron-SR3
ietf-yang-types-2010.09.24.9.2-Boron-SR2
ietf-yang-types-2010.09.24.9.1-Boron-SR1
ietf-yang-types-2010.09.24.8.4-Beryllium-SR4
ietf-yang-types-2010.09.24.9-Boron
ietf-yang-types-2010.09.24.8.3-Beryllium-SR3
ietf-yang-types-2010.09.24.8.2-Beryllium-SR2
ietf-yang-types-2010.09.24.8.1-Beryllium-SR1
ietf-yang-types-2010.09.24.8-Beryllium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.model</groupId>
    <artifactId>ietf-yang-types</artifactId>
    <version>2010.09.24.12.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.mdsal.model:ietf-yang-types:2010.09.24.12.4'

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

implementation("org.opendaylight.mdsal.model:ietf-yang-types:2010.09.24.12.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.mdsal.model" % "ietf-yang-types" % "2010.09.24.12.4"