MVN

org.opendaylight.yangtools.model : ietf-topology-l3-unicast-igp

Maven & Gradle

Feb 29, 2016
13 usages

ietf-topology-l3-unicast-igp

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>ietf-topology-l3-unicast-igp</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-topology-l3-unicast-igp 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-topology-l3-unicast-igp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2013.10.x
ietf-topology-l3-unicast-igp-2013.10.21.7.4-Lithium-SR4
ietf-topology-l3-unicast-igp-2013.10.21.7.3-Lithium-SR3
ietf-topology-l3-unicast-igp-2013.10.21.7.2-Lithium-SR2
ietf-topology-l3-unicast-igp-2013.10.21.7.1-Lithium-SR1
ietf-topology-l3-unicast-igp-2013.10.21.2.4-Helium-SR4
ietf-topology-l3-unicast-igp-2013.10.21.7-Lithium
ietf-topology-l3-unicast-igp-2013.10.21.2.3-Helium-SR3
ietf-topology-l3-unicast-igp-2013.10.21.2.2-Helium-SR2
ietf-topology-l3-unicast-igp-2013.10.21.2.1-Helium-SR1.1
ietf-topology-l3-unicast-igp-2013.10.21.2.1-Helium-SR1
ietf-topology-l3-unicast-igp-2013.10.21.2-Helium
ietf-topology-l3-unicast-igp-2013.10.21.1
ietf-topology-l3-unicast-igp-2013.10.21.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>ietf-topology-l3-unicast-igp</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-topology-l3-unicast-igp gradle dependency to your build.gradle file:

implementation 'org.opendaylight.yangtools.model:ietf-topology-l3-unicast-igp:2013.10.21.7.4-Lithium-SR4'

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

implementation("org.opendaylight.yangtools.model:ietf-topology-l3-unicast-igp: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-topology-l3-unicast-igp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.yangtools.model" % "ietf-topology-l3-unicast-igp" % "2013.10.21.7.4-Lithium-SR4"