License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.github.guoshiqiufeng |
ArtifactId | ArtifactIdcache-sdk-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description缓存相关
|
Filename | Size |
---|---|
cache-sdk-redis-1.0.0.pom | |
cache-sdk-redis-1.0.0.jar | 7 KB |
cache-sdk-redis-1.0.0-sources.jar | 6 KB |
cache-sdk-redis-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cache-sdk-redis/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>cache-sdk-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cache-sdk-redis/
implementation 'io.github.guoshiqiufeng:cache-sdk-redis:1.0.0'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/cache-sdk-redis/
implementation ("io.github.guoshiqiufeng:cache-sdk-redis:1.0.0")
'io.github.guoshiqiufeng:cache-sdk-redis:jar:1.0.0'
<dependency org="io.github.guoshiqiufeng" name="cache-sdk-redis" rev="1.0.0">
<artifact name="cache-sdk-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='cache-sdk-redis', version='1.0.0')
)
libraryDependencies += "io.github.guoshiqiufeng" % "cache-sdk-redis" % "1.0.0"
[io.github.guoshiqiufeng/cache-sdk-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.guoshiqiufeng : cache-api | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
redis.clients : jedis | jar | |
io.github.guoshiqiufeng : kernel-core | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |