MVN

org.opendaylight.odlparent : odl-jackson-2.12

Maven & Gradle

Mar 06, 2022
3 usages

OpenDaylight :: Jackson 2.12.x · Jackson 2.12

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-jackson-2.12</artifactId>
    <version>10.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.odlparent : odl-jackson-2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.0

All Versions

Choose a version of org.opendaylight.odlparent : odl-jackson-2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
odl-jackson-2.12-10.0.0
9.0.x
odl-jackson-2.12-9.0.13
odl-jackson-2.12-9.0.12
odl-jackson-2.12-9.0.11
odl-jackson-2.12-9.0.10
odl-jackson-2.12-9.0.9
odl-jackson-2.12-9.0.8
odl-jackson-2.12-9.0.7
odl-jackson-2.12-9.0.6
8.1.x
odl-jackson-2.12-8.1.9
odl-jackson-2.12-8.1.8
odl-jackson-2.12-8.1.7
odl-jackson-2.12-8.1.6
odl-jackson-2.12-8.1.5
odl-jackson-2.12-8.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-jackson-2.12</artifactId>
    <version>10.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.odlparent : odl-jackson-2.12 gradle dependency to your build.gradle file:

implementation 'org.opendaylight.odlparent:odl-jackson-2.12:10.0.0'

Gradle Kotlin DSL: Add the following org.opendaylight.odlparent : odl-jackson-2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.odlparent:odl-jackson-2.12:10.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.odlparent : odl-jackson-2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.odlparent" % "odl-jackson-2.12" % "10.0.0"

Advertisement