MVN

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

Maven & Gradle

Jul 26, 2023
3 usages

rfc8542 · RFC8542 Fabric Topology in Data-Center Networks

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

Version Vulnerabilities Updated
11.0.x
rfc8542-11.0.12
rfc8542-11.0.11
rfc8542-11.0.10
rfc8542-11.0.9
rfc8542-11.0.8
rfc8542-11.0.7
rfc8542-11.0.6
rfc8542-11.0.5
rfc8542-11.0.4
rfc8542-11.0.3
rfc8542-11.0.2
rfc8542-11.0.1
rfc8542-11.0.0
10.0.x
rfc8542-10.0.8
rfc8542-10.0.7
rfc8542-10.0.6
rfc8542-10.0.5
rfc8542-10.0.4
rfc8542-10.0.3
rfc8542-10.0.2
rfc8542-10.0.1
rfc8542-10.0.0
9.0.x
rfc8542-9.0.8
rfc8542-9.0.7
rfc8542-9.0.6
rfc8542-9.0.5
rfc8542-9.0.4
rfc8542-9.0.3
rfc8542-9.0.2
rfc8542-9.0.1
rfc8542-9.0.0
8.0.x
rfc8542-8.0.16
rfc8542-8.0.15
rfc8542-8.0.14
rfc8542-8.0.13
rfc8542-8.0.12
rfc8542-8.0.11
rfc8542-8.0.10
rfc8542-8.0.9
rfc8542-8.0.8
rfc8542-8.0.7
rfc8542-8.0.6
rfc8542-8.0.5
rfc8542-8.0.4
rfc8542-8.0.3
rfc8542-8.0.2
rfc8542-8.0.1
rfc8542-8.0.0
7.0.x
rfc8542-7.0.14
rfc8542-7.0.13
rfc8542-7.0.12
rfc8542-7.0.11
rfc8542-7.0.10
rfc8542-7.0.9
rfc8542-7.0.8
rfc8542-7.0.7
rfc8542-7.0.6
rfc8542-7.0.5
rfc8542-7.0.4
rfc8542-7.0.3
rfc8542-7.0.2
rfc8542-7.0.1
rfc8542-7.0.0
6.0.x
rfc8542-6.0.12
rfc8542-6.0.11
rfc8542-6.0.10
rfc8542-6.0.9
rfc8542-6.0.8
rfc8542-6.0.7
rfc8542-6.0.6
rfc8542-6.0.5
rfc8542-6.0.4
rfc8542-6.0.3
rfc8542-6.0.2
rfc8542-6.0.1
rfc8542-6.0.0
1.0.x
rfc8542-1.0.17
rfc8542-1.0.16
rfc8542-1.0.15
rfc8542-1.0.14
rfc8542-1.0.13
rfc8542-1.0.12
rfc8542-1.0.11
rfc8542-1.0.10
rfc8542-1.0.9
rfc8542-1.0.8
rfc8542-1.0.7
rfc8542-1.0.6
rfc8542-1.0.5
rfc8542-1.0.4
rfc8542-1.0.3
rfc8542-1.0.2
rfc8542-1.0.1
rfc8542-1.0.0

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement