MVN

cn.ipokerface : redis-client-spring

Maven & Gradle

Jun 09, 2021
4 usages

redis-client-spring · Common Library of ipokerface

<dependency>
    <groupId>cn.ipokerface</groupId>
    <artifactId>redis-client-spring</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ipokerface : redis-client-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of cn.ipokerface : redis-client-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
redis-client-spring-2.6.0
2.5.x
redis-client-spring-2.5.1
2.4.x
redis-client-spring-2.4.1
redis-client-spring-2.4.0
2.3.x
redis-client-spring-2.3.0
1.5.x
redis-client-spring-1.5.0
1.2.x
redis-client-spring-1.2.0
1.1.x
redis-client-spring-1.1.0
1.0.x
redis-client-spring-1.0.0

How to add a dependency to Maven

Add the following cn.ipokerface : redis-client-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ipokerface</groupId>
    <artifactId>redis-client-spring</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ipokerface : redis-client-spring gradle dependency to your build.gradle file:

implementation 'cn.ipokerface:redis-client-spring:2.6.0'

Gradle Kotlin DSL: Add the following cn.ipokerface : redis-client-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ipokerface:redis-client-spring:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ipokerface : redis-client-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ipokerface" % "redis-client-spring" % "2.6.0"

Advertisement