MVN

com.mobius-software.cluster : cache-spi

Maven & Gradle

Jun 18, 2023
0 stars

Mobius Cluster Framework SPI · Mobius Cluster Framework SPI

<dependency>
    <groupId>com.mobius-software.cluster</groupId>
    <artifactId>cache-spi</artifactId>
    <version>8.0.0-38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobius-software.cluster : cache-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-38

All Versions

Choose a version of com.mobius-software.cluster : cache-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
cache-spi-8.0.0-38
cache-spi-8.0.0-36
cache-spi-8.0.0-35
cache-spi-8.0.0-33
cache-spi-8.0.0-32
cache-spi-8.0.0-31
cache-spi-8.0.0-30
cache-spi-8.0.0-29
cache-spi-8.0.0-28
cache-spi-8.0.0-27
cache-spi-8.0.0-26

How to add a dependency to Maven

Add the following com.mobius-software.cluster : cache-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobius-software.cluster</groupId>
    <artifactId>cache-spi</artifactId>
    <version>8.0.0-38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobius-software.cluster : cache-spi gradle dependency to your build.gradle file:

implementation 'com.mobius-software.cluster:cache-spi:8.0.0-38'

Gradle Kotlin DSL: Add the following com.mobius-software.cluster : cache-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobius-software.cluster:cache-spi:8.0.0-38")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobius-software.cluster : cache-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobius-software.cluster" % "cache-spi" % "8.0.0-38"

Advertisement