MVN

wiki.xsx : redis-spring-boot-starter

Maven & Gradle

Mar 11, 2022

redis-spring-boot-starter · redis tool project for Spring Boot

<dependency>
    <groupId>wiki.xsx</groupId>
    <artifactId>redis-spring-boot-starter</artifactId>
    <version>2.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wiki.xsx : redis-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.8

All Versions

Choose a version of wiki.xsx : redis-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
redis-spring-boot-starter-2.2.8
redis-spring-boot-starter-2.2.7
redis-spring-boot-starter-2.2.6
redis-spring-boot-starter-2.2.5
redis-spring-boot-starter-2.2.4
redis-spring-boot-starter-2.2.3
redis-spring-boot-starter-2.2.2
redis-spring-boot-starter-2.2.1
redis-spring-boot-starter-2.2.0

How to add a dependency to Maven

Add the following wiki.xsx : redis-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wiki.xsx</groupId>
    <artifactId>redis-spring-boot-starter</artifactId>
    <version>2.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wiki.xsx : redis-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'wiki.xsx:redis-spring-boot-starter:2.2.8'

Gradle Kotlin DSL: Add the following wiki.xsx : redis-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("wiki.xsx:redis-spring-boot-starter:2.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following wiki.xsx : redis-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "wiki.xsx" % "redis-spring-boot-starter" % "2.2.8"

Advertisement