MVN

org.opendaylight.odlparent : odl-caffeine-2

Maven & Gradle

Sep 06, 2021
1 usages

OpenDaylight :: Caffeine · Caffeine

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-caffeine-2</artifactId>
    <version>6.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.13

All Versions

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

Version Vulnerabilities Updated
6.0.x
odl-caffeine-2-6.0.13
odl-caffeine-2-6.0.12
odl-caffeine-2-6.0.11
odl-caffeine-2-6.0.10
odl-caffeine-2-6.0.9
odl-caffeine-2-6.0.8
odl-caffeine-2-6.0.7
odl-caffeine-2-6.0.6
odl-caffeine-2-6.0.5
odl-caffeine-2-6.0.4
odl-caffeine-2-6.0.3
odl-caffeine-2-6.0.2
odl-caffeine-2-6.0.1
odl-caffeine-2-6.0.0
5.0.x
odl-caffeine-2-5.0.11
odl-caffeine-2-5.0.10
odl-caffeine-2-5.0.9
odl-caffeine-2-5.0.8
odl-caffeine-2-5.0.7
odl-caffeine-2-5.0.6
odl-caffeine-2-5.0.5
odl-caffeine-2-5.0.4
odl-caffeine-2-5.0.3
odl-caffeine-2-5.0.2
odl-caffeine-2-5.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>odl-caffeine-2</artifactId>
    <version>6.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.odlparent:odl-caffeine-2:6.0.13'

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

implementation("org.opendaylight.odlparent:odl-caffeine-2:6.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.odlparent" % "odl-caffeine-2" % "6.0.13"