MVN

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

Maven & Gradle

Jul 26, 2023
3 usages

rfc8346 · RFC8346 Layer 3 Topologies

<dependency>
    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
    <artifactId>rfc8346</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 : rfc8346 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 : rfc8346 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
    <artifactId>rfc8346</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 : rfc8346 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement