MVN

com.github.wujiuye : hotkit-redis

Maven & Gradle

Mar 05, 2021
6 stars

hotkit-redis · hotkits项目集合中的一员,Redis客户端适配器组件,让切换Redis客户端框架只需要切换依赖包即可,提供反应式编程API。

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-redis</artifactId>
    <version>2021.001.RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wujiuye : hotkit-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.001.RC
  • Latest Release Candidate: 2021.001.RC

All Versions

Choose a version of com.github.wujiuye : hotkit-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.001.x
hotkit-redis-2021.001.RC

How to add a dependency to Maven

Add the following com.github.wujiuye : hotkit-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-redis</artifactId>
    <version>2021.001.RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wujiuye : hotkit-redis gradle dependency to your build.gradle file:

implementation 'com.github.wujiuye:hotkit-redis:2021.001.RC'

Gradle Kotlin DSL: Add the following com.github.wujiuye : hotkit-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wujiuye:hotkit-redis:2021.001.RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wujiuye : hotkit-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wujiuye" % "hotkit-redis" % "2021.001.RC"

Advertisement