MVN

org.mobicents.cluster : cache

Maven & Gradle

Jul 01, 2016
13 usages

Restcomm Cluster Framework Cache · Restcomm Cluster Framework Cache

<dependency>
    <groupId>org.mobicents.cluster</groupId>
    <artifactId>cache</artifactId>
    <version>3.0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.cluster : cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.1

All Versions

Choose a version of org.mobicents.cluster : cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
cache-3.0.0.1
1.15.x
cache-1.15.26
cache-1.15.25
cache-1.15.24
cache-1.15.23
cache-1.15.22
cache-1.15.21
cache-1.15.20
cache-1.15.19
cache-1.15.18
cache-1.15.17
cache-1.15.16
cache-1.15.15
cache-1.15.14
cache-1.15.12
cache-1.15.11
cache-1.15.10
cache-1.15.9
cache-1.15.8
cache-1.15.7
cache-1.15.6
1.14.x
cache-1.14.0.FINAL
1.13.x
cache-1.13.1.FINAL

How to add a dependency to Maven

Add the following org.mobicents.cluster : cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.cluster</groupId>
    <artifactId>cache</artifactId>
    <version>3.0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.cluster : cache gradle dependency to your build.gradle file:

implementation 'org.mobicents.cluster:cache:3.0.0.1'

Gradle Kotlin DSL: Add the following org.mobicents.cluster : cache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.cluster:cache:3.0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.cluster : cache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.cluster" % "cache" % "3.0.0.1"

Advertisement