MVN

wiki.xsx : spring-boot-starter-fast-redis

Maven & Gradle

Jun 15, 2019

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

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

Latest Version

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

  • Latest Stable: 1.5.2

All Versions

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

Version Vulnerabilities Updated
1.5.x
spring-boot-starter-fast-redis-1.5.2
spring-boot-starter-fast-redis-1.5.1
spring-boot-starter-fast-redis-1.5.0
1.4.x
spring-boot-starter-fast-redis-1.4.4
spring-boot-starter-fast-redis-1.4.3
spring-boot-starter-fast-redis-1.4.2
spring-boot-starter-fast-redis-1.4.1
spring-boot-starter-fast-redis-1.4.0
1.3.x
spring-boot-starter-fast-redis-1.3.1
spring-boot-starter-fast-redis-1.3.0
1.2.x
spring-boot-starter-fast-redis-1.2.3
spring-boot-starter-fast-redis-1.2.2
spring-boot-starter-fast-redis-1.2.1
spring-boot-starter-fast-redis-1.2.0
1.1.x
spring-boot-starter-fast-redis-1.1.0
1.0.x
spring-boot-starter-fast-redis-1.0.1
spring-boot-starter-fast-redis-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'wiki.xsx:spring-boot-starter-fast-redis:1.5.2'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement