MVN

org.opendaylight.mdsal.model : odl-uint24

Maven & Gradle

Oct 24, 2021
13 usages
<dependency>
    <groupId>org.opendaylight.mdsal.model</groupId>
    <artifactId>odl-uint24</artifactId>
    <version>6.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.mdsal.model : odl-uint24 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.12

All Versions

Choose a version of org.opendaylight.mdsal.model : odl-uint24 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
odl-uint24-6.0.12
odl-uint24-6.0.11
odl-uint24-6.0.10
odl-uint24-6.0.9
odl-uint24-6.0.8
odl-uint24-6.0.7
odl-uint24-6.0.6
odl-uint24-6.0.5
odl-uint24-6.0.4
odl-uint24-6.0.3
odl-uint24-6.0.2
odl-uint24-6.0.1
odl-uint24-6.0.0
5.0.x
odl-uint24-5.0.17
odl-uint24-5.0.16
odl-uint24-5.0.15
odl-uint24-5.0.14
odl-uint24-5.0.13
odl-uint24-5.0.12
odl-uint24-5.0.11
odl-uint24-5.0.10
odl-uint24-5.0.9
odl-uint24-5.0.8
odl-uint24-5.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.mdsal.model</groupId>
    <artifactId>odl-uint24</artifactId>
    <version>6.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.mdsal.model : odl-uint24 gradle dependency to your build.gradle file:

implementation 'org.opendaylight.mdsal.model:odl-uint24:6.0.12'

Gradle Kotlin DSL: Add the following org.opendaylight.mdsal.model : odl-uint24 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.mdsal.model:odl-uint24:6.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.mdsal.model : odl-uint24 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.mdsal.model" % "odl-uint24" % "6.0.12"

Advertisement