MVN

org.opendaylight.mdsal.binding.model.ietf : rfc8795

Maven & Gradle

Jul 26, 2023
3 usages

rfc8795 · RFC8795 YANG Data Model for Traffic Engineering (TE) Topologies

<dependency>
    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
    <artifactId>rfc8795</artifactId>
    <version>11.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.0.12

All Versions

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

Version Vulnerabilities Updated
11.0.x
rfc8795-11.0.12
rfc8795-11.0.11
rfc8795-11.0.10
rfc8795-11.0.9
rfc8795-11.0.8
rfc8795-11.0.7
rfc8795-11.0.6
rfc8795-11.0.5
rfc8795-11.0.4
rfc8795-11.0.3
rfc8795-11.0.2
rfc8795-11.0.1
rfc8795-11.0.0
10.0.x
rfc8795-10.0.8
rfc8795-10.0.7
rfc8795-10.0.6
rfc8795-10.0.5
rfc8795-10.0.4
rfc8795-10.0.3
rfc8795-10.0.2
rfc8795-10.0.1
rfc8795-10.0.0
9.0.x
rfc8795-9.0.8
rfc8795-9.0.7
rfc8795-9.0.6
rfc8795-9.0.5
rfc8795-9.0.4
rfc8795-9.0.3
rfc8795-9.0.2
rfc8795-9.0.1
rfc8795-9.0.0
8.0.x
rfc8795-8.0.16
rfc8795-8.0.15
rfc8795-8.0.14
rfc8795-8.0.13
rfc8795-8.0.12
rfc8795-8.0.11
rfc8795-8.0.10
rfc8795-8.0.9
rfc8795-8.0.8
rfc8795-8.0.7
rfc8795-8.0.6
rfc8795-8.0.5
rfc8795-8.0.4
rfc8795-8.0.3
rfc8795-8.0.2
rfc8795-8.0.1
rfc8795-8.0.0
7.0.x
rfc8795-7.0.14
rfc8795-7.0.13
rfc8795-7.0.12
rfc8795-7.0.11
rfc8795-7.0.10
rfc8795-7.0.9
rfc8795-7.0.8
rfc8795-7.0.7
rfc8795-7.0.6
rfc8795-7.0.5
rfc8795-7.0.4
rfc8795-7.0.3
rfc8795-7.0.2
rfc8795-7.0.1
rfc8795-7.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
    <artifactId>rfc8795</artifactId>
    <version>11.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.mdsal.binding.model.ietf : rfc8795 gradle dependency to your build.gradle file:

implementation 'org.opendaylight.mdsal.binding.model.ietf:rfc8795:11.0.12'

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

implementation("org.opendaylight.mdsal.binding.model.ietf:rfc8795:11.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.mdsal.binding.model.ietf : rfc8795 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.mdsal.binding.model.ietf" % "rfc8795" % "11.0.12"