MVN

org.opendaylight.infrautils : caches-standard-impl

Maven & Gradle

Oct 24, 2022
3 usages
<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>caches-standard-impl</artifactId>
    <version>2.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.infrautils : caches-standard-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.16

All Versions

Choose a version of org.opendaylight.infrautils : caches-standard-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
caches-standard-impl-2.0.16
caches-standard-impl-2.0.15
caches-standard-impl-2.0.14
caches-standard-impl-2.0.13
caches-standard-impl-2.0.12
caches-standard-impl-2.0.11
caches-standard-impl-2.0.10
caches-standard-impl-2.0.9
caches-standard-impl-2.0.8
caches-standard-impl-2.0.7
caches-standard-impl-2.0.6
caches-standard-impl-2.0.5
caches-standard-impl-2.0.4
caches-standard-impl-2.0.3
caches-standard-impl-2.0.2
caches-standard-impl-2.0.1
caches-standard-impl-2.0.0
1.9.x
caches-standard-impl-1.9.15
caches-standard-impl-1.9.14
caches-standard-impl-1.9.13
caches-standard-impl-1.9.12
caches-standard-impl-1.9.11
caches-standard-impl-1.9.10
caches-standard-impl-1.9.9
caches-standard-impl-1.9.8
caches-standard-impl-1.9.7
caches-standard-impl-1.9.6
caches-standard-impl-1.9.5
caches-standard-impl-1.9.4
caches-standard-impl-1.9.3
caches-standard-impl-1.9.2
caches-standard-impl-1.9.1
caches-standard-impl-1.9.0
1.8.x
caches-standard-impl-1.8.4
caches-standard-impl-1.8.3
caches-standard-impl-1.8.2
caches-standard-impl-1.8.1
caches-standard-impl-1.8.0
1.7.x
caches-standard-impl-1.7.3
caches-standard-impl-1.7.2
caches-standard-impl-1.7.1
caches-standard-impl-1.7.0
1.6.x
caches-standard-impl-1.6.4
caches-standard-impl-1.6.3
caches-standard-impl-1.6.2
caches-standard-impl-1.6.1
caches-standard-impl-1.6.0
1.5.x
caches-standard-impl-1.5.3
caches-standard-impl-1.5.2
caches-standard-impl-1.5.1
caches-standard-impl-1.5.0
1.4.x
caches-standard-impl-1.4.3
caches-standard-impl-1.4.2
caches-standard-impl-1.4.1
caches-standard-impl-1.4.0
1.3.x
caches-standard-impl-1.3.4
caches-standard-impl-1.3.3
caches-standard-impl-1.3.2
caches-standard-impl-1.3.1
caches-standard-impl-1.3.0

How to add a dependency to Maven

Add the following org.opendaylight.infrautils : caches-standard-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>caches-standard-impl</artifactId>
    <version>2.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.infrautils : caches-standard-impl gradle dependency to your build.gradle file:

implementation 'org.opendaylight.infrautils:caches-standard-impl:2.0.16'

Gradle Kotlin DSL: Add the following org.opendaylight.infrautils : caches-standard-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.infrautils:caches-standard-impl:2.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.infrautils : caches-standard-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.infrautils" % "caches-standard-impl" % "2.0.16"