License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.meshware.cache |
ArtifactId | ArtifactIdcache-redis |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmeshware-local-cache-redis
The local cache component is integrated with Redis in Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cache-redis-0.0.9.pom | |
cache-redis-0.0.9.jar | 12 KB |
cache-redis-0.0.9-sources.jar | 10 KB |
cache-redis-0.0.9-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.meshware.cache/cache-redis/ -->
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-redis</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/cache-redis/
implementation 'io.meshware.cache:cache-redis:0.0.9'
// https://jarcasting.com/artifacts/io.meshware.cache/cache-redis/
implementation ("io.meshware.cache:cache-redis:0.0.9")
'io.meshware.cache:cache-redis:jar:0.0.9'
<dependency org="io.meshware.cache" name="cache-redis" rev="0.0.9">
<artifact name="cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='cache-redis', version='0.0.9')
)
libraryDependencies += "io.meshware.cache" % "cache-redis" % "0.0.9"
[io.meshware.cache/cache-redis "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
io.meshware.cache : cache-api | jar | 0.0.9 |
io.meshware.cache : cache-spring | jar | 0.0.9 |
org.redisson : redisson-spring-boot-starter | jar | 3.16.3 |
org.springframework : spring-aspects | jar | 5.3.10 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
org.apache.commons : commons-pool2 | jar | 2.10.0 |
com.alibaba : fastjson Optional | jar | 1.2.79 |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |
junit : junit | jar | 4.13.2 |