MVN

com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce

Maven & Gradle

Jun 12, 2024
2.3k stars

Spring Cloud Azure Starter Data Redis with Lettuce · Spring Cloud Azure Starter Data Redis with Lettuce

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-starter-data-redis-lettuce</artifactId>
    <version>5.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.13.0

All Versions

Choose a version of com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.13.x
spring-cloud-azure-starter-data-redis-lettuce-5.13.0

How to add a dependency to Maven

Add the following com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-starter-data-redis-lettuce</artifactId>
    <version>5.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce gradle dependency to your build.gradle file:

implementation 'com.azure.spring:spring-cloud-azure-starter-data-redis-lettuce:5.13.0'

Gradle Kotlin DSL: Add the following com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure.spring:spring-cloud-azure-starter-data-redis-lettuce:5.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure.spring : spring-cloud-azure-starter-data-redis-lettuce sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure.spring" % "spring-cloud-azure-starter-data-redis-lettuce" % "5.13.0"