MVN

org.opendaylight.yangtools.model : ietf-ted

Maven & Gradle

Feb 29, 2016
10 usages

ietf-ted

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

Latest Version

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

  • Latest Stable: 2013.10.21.7.4-Lithium-SR4

All Versions

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

Version Vulnerabilities Updated
2013.10.x
ietf-ted-2013.10.21.7.4-Lithium-SR4
ietf-ted-2013.10.21.7.3-Lithium-SR3
ietf-ted-2013.10.21.7.2-Lithium-SR2
ietf-ted-2013.10.21.7.1-Lithium-SR1
ietf-ted-2013.10.21.2.4-Helium-SR4
ietf-ted-2013.10.21.7-Lithium
ietf-ted-2013.10.21.2.3-Helium-SR3
ietf-ted-2013.10.21.2.2-Helium-SR2
ietf-ted-2013.10.21.2.1-Helium-SR1.1
ietf-ted-2013.10.21.2.1-Helium-SR1
ietf-ted-2013.10.21.2-Helium
ietf-ted-2013.10.21.1
ietf-ted-2013.10.21.0
2013.07.x
ietf-ted-2013.07.12.1
ietf-ted-2013.07.12.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opendaylight.yangtools.model:ietf-ted:2013.10.21.7.4-Lithium-SR4'

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

implementation("org.opendaylight.yangtools.model:ietf-ted:2013.10.21.7.4-Lithium-SR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.yangtools.model" % "ietf-ted" % "2013.10.21.7.4-Lithium-SR4"