MVN

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

Maven & Gradle

Oct 28, 2022
24 usages

rfc7223 · rfc7223

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

Latest Version

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

  • Latest Stable: 8.0.16

All Versions

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

Version Vulnerabilities Updated
8.0.x
rfc7223-8.0.16
rfc7223-8.0.15
rfc7223-8.0.14
rfc7223-8.0.13
rfc7223-8.0.12
rfc7223-8.0.11
rfc7223-8.0.10
rfc7223-8.0.9
rfc7223-8.0.8
rfc7223-8.0.7
rfc7223-8.0.6
rfc7223-8.0.5
rfc7223-8.0.4
rfc7223-8.0.3
rfc7223-8.0.2
rfc7223-8.0.1
rfc7223-8.0.0
7.0.x
rfc7223-7.0.14
rfc7223-7.0.13
rfc7223-7.0.12
rfc7223-7.0.11
rfc7223-7.0.10
rfc7223-7.0.9
rfc7223-7.0.8
rfc7223-7.0.7
rfc7223-7.0.6
rfc7223-7.0.5
rfc7223-7.0.4
rfc7223-7.0.3
rfc7223-7.0.2
rfc7223-7.0.1
rfc7223-7.0.0
6.0.x
rfc7223-6.0.12
rfc7223-6.0.11
rfc7223-6.0.10
rfc7223-6.0.9
rfc7223-6.0.8
rfc7223-6.0.7
rfc7223-6.0.6
rfc7223-6.0.5
rfc7223-6.0.4
rfc7223-6.0.3
rfc7223-6.0.2
rfc7223-6.0.1
rfc7223-6.0.0
3.0.x
rfc7223-3.0.17
rfc7223-3.0.16
rfc7223-3.0.15
rfc7223-3.0.14
rfc7223-3.0.13
rfc7223-3.0.12
rfc7223-3.0.11
rfc7223-3.0.10
rfc7223-3.0.9
rfc7223-3.0.8
rfc7223-3.0.7
rfc7223-3.0.6
rfc7223-3.0.5
rfc7223-3.0.4
rfc7223-3.0.3
rfc7223-3.0.2
rfc7223-3.0.1
rfc7223-3.0.0
2.0.x
rfc7223-2.0.17
rfc7223-2.0.16
rfc7223-2.0.15
rfc7223-2.0.14
rfc7223-2.0.13
rfc7223-2.0.12
rfc7223-2.0.11
rfc7223-2.0.10
rfc7223-2.0.9
rfc7223-2.0.8
rfc7223-2.0.7
rfc7223-2.0.6
rfc7223-2.0.5
rfc7223-2.0.4
rfc7223-2.0.3
rfc7223-2.0.2
rfc7223-2.0.1
rfc7223-2.0.0
1.2.x
rfc7223-1.2.16
rfc7223-1.2.15
rfc7223-1.2.14
rfc7223-1.2.13
rfc7223-1.2.12
rfc7223-1.2.11
rfc7223-1.2.10
rfc7223-1.2.9
rfc7223-1.2.8
rfc7223-1.2.7
rfc7223-1.2.6
rfc7223-1.2.5
rfc7223-1.2.4
rfc7223-1.2.3
rfc7223-1.2.2
rfc7223-1.2.1
rfc7223-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
    <artifactId>rfc7223</artifactId>
    <version>8.0.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.mdsal.binding.model.ietf:rfc7223:8.0.16'

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

implementation("org.opendaylight.mdsal.binding.model.ietf:rfc7223:8.0.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.mdsal.binding.model.ietf" % "rfc7223" % "8.0.16"

Advertisement