MVN

xyz.vopen.cartier : cartier-redis

Maven & Gradle

Sep 08, 2017
5.1k stars

cartier-redis · Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.

<dependency>
    <groupId>xyz.vopen.cartier</groupId>
    <artifactId>cartier-redis</artifactId>
    <version>4.5.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.vopen.cartier : cartier-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.0-RELEASE

All Versions

Choose a version of xyz.vopen.cartier : cartier-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
cartier-redis-4.5.0-RELEASE

How to add a dependency to Maven

Add the following xyz.vopen.cartier : cartier-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.vopen.cartier</groupId>
    <artifactId>cartier-redis</artifactId>
    <version>4.5.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.vopen.cartier : cartier-redis gradle dependency to your build.gradle file:

implementation 'xyz.vopen.cartier:cartier-redis:4.5.0-RELEASE'

Gradle Kotlin DSL: Add the following xyz.vopen.cartier : cartier-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.vopen.cartier:cartier-redis:4.5.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.vopen.cartier : cartier-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.vopen.cartier" % "cartier-redis" % "4.5.0-RELEASE"