| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases CLI User Interface |
| GroupId | GroupIdcn.ipokerface |
| ArtifactId | ArtifactIdspring-boot-starter-redis-client |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstarter-redis-client
Common Library of ipokerface
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-redis-client/ -->
<dependency>
<groupId>cn.ipokerface</groupId>
<artifactId>spring-boot-starter-redis-client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-redis-client/
implementation 'cn.ipokerface:spring-boot-starter-redis-client:2.1.0'
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-redis-client/
implementation ("cn.ipokerface:spring-boot-starter-redis-client:2.1.0")
'cn.ipokerface:spring-boot-starter-redis-client:jar:2.1.0'
<dependency org="cn.ipokerface" name="spring-boot-starter-redis-client" rev="2.1.0">
<artifact name="spring-boot-starter-redis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ipokerface', module='spring-boot-starter-redis-client', version='2.1.0')
)
libraryDependencies += "cn.ipokerface" % "spring-boot-starter-redis-client" % "2.1.0"
[cn.ipokerface/spring-boot-starter-redis-client "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.4.0 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.0.RELEASE |