MVN

com.alicp.jetcache : jetcache-redisson

Maven & Gradle

Jan 18, 2023
3.9k stars
<dependency>
    <groupId>com.alicp.jetcache</groupId>
    <artifactId>jetcache-redisson</artifactId>
    <version>2.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alicp.jetcache : jetcache-redisson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3
  • Latest Release Candidate: 2.7.0.RC3

All Versions

Choose a version of com.alicp.jetcache : jetcache-redisson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
jetcache-redisson-2.7.3
jetcache-redisson-2.7.2
jetcache-redisson-2.7.1
jetcache-redisson-2.7.0
jetcache-redisson-2.7.0.RC3
jetcache-redisson-2.7.0.RC2
jetcache-redisson-2.7.0.RC
jetcache-redisson-2.7.0.M2

How to add a dependency to Maven

Add the following com.alicp.jetcache : jetcache-redisson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alicp.jetcache</groupId>
    <artifactId>jetcache-redisson</artifactId>
    <version>2.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alicp.jetcache : jetcache-redisson gradle dependency to your build.gradle file:

implementation 'com.alicp.jetcache:jetcache-redisson:2.7.3'

Gradle Kotlin DSL: Add the following com.alicp.jetcache : jetcache-redisson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alicp.jetcache:jetcache-redisson:2.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alicp.jetcache : jetcache-redisson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alicp.jetcache" % "jetcache-redisson" % "2.7.3"

Advertisement