License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.meshware.cache |
ArtifactId | ArtifactIdcache-redis |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionMeshWare :: LocalCache :: Redis
Local cache for java application.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cache-redis-0.0.4.pom | |
cache-redis-0.0.4.jar | 12 KB |
cache-redis-0.0.4-sources.jar | 10 KB |
cache-redis-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/cache-redis/
implementation 'io.meshware.cache:cache-redis:0.0.4'
// https://jarcasting.com/artifacts/io.meshware.cache/cache-redis/
implementation ("io.meshware.cache:cache-redis:0.0.4")
'io.meshware.cache:cache-redis:jar:0.0.4'
<dependency org="io.meshware.cache" name="cache-redis" rev="0.0.4">
<artifact name="cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='cache-redis', version='0.0.4')
)
libraryDependencies += "io.meshware.cache" % "cache-redis" % "0.0.4"
[io.meshware.cache/cache-redis "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
io.meshware.cache : cache-api | jar | 0.0.4 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.4.5 |
org.springframework : spring-aspects | jar | 5.3.6 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
org.apache.commons : commons-pool2 | jar | 2.9.0 |
com.alibaba : fastjson Optional | jar | 1.2.76 |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
junit : junit | jar | 4.13.2 |