MVN

top.hmtools : RedisClientManager

Maven & Gradle

Mar 12, 2018

RedisClientManager · (神奇码农)嗨啵的操作redis服务器工具包,用于spring boot

<dependency>
    <groupId>top.hmtools</groupId>
    <artifactId>RedisClientManager</artifactId>
    <version>0.0.2.20180312</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.hmtools : RedisClientManager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2.20180312

All Versions

Choose a version of top.hmtools : RedisClientManager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
RedisClientManager-0.0.2.20180312
RedisClientManager-0.0.1.20180309

How to add a dependency to Maven

Add the following top.hmtools : RedisClientManager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.hmtools</groupId>
    <artifactId>RedisClientManager</artifactId>
    <version>0.0.2.20180312</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.hmtools : RedisClientManager gradle dependency to your build.gradle file:

implementation 'top.hmtools:RedisClientManager:0.0.2.20180312'

Gradle Kotlin DSL: Add the following top.hmtools : RedisClientManager gradle kotlin dependency to your build.gradle.kts file:

implementation("top.hmtools:RedisClientManager:0.0.2.20180312")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.hmtools : RedisClientManager sbt scala dependency to your build.sbt file:

libraryDependencies += "top.hmtools" % "RedisClientManager" % "0.0.2.20180312"

Advertisement