MVN

cn.ipokerface : redis-client

Maven & Gradle

Jun 09, 2021
4 usages

redis-client · Common Library of ipokerface

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

Latest Version

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

  • Latest Stable: 2.6.0

All Versions

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

  • Version Updated
  • redis-client-2.6.0

    Jun 09, 2021
  • redis-client-2.4.0

    May 06, 2021
  • redis-client-2.3.0

    May 01, 2021
  • redis-client-2.0.1

    Nov 12, 2020
  • redis-client-2.0.0

    Nov 08, 2020
  • redis-client-1.5.0

    Aug 21, 2020
  • redis-client-1.2.0

    Jan 09, 2020
  • redis-client-1.0.0

    Nov 28, 2019

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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