| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Caching |
| GroupId | GroupIdcom.labijie |
| ArtifactId | ArtifactIdlabijie-caching-redis |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionredis
labijie caching library
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.labijie/labijie-caching-redis/ -->
<dependency>
<groupId>com.labijie</groupId>
<artifactId>labijie-caching-redis</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.labijie/labijie-caching-redis/
implementation 'com.labijie:labijie-caching-redis:1.0.2'
// https://jarcasting.com/artifacts/com.labijie/labijie-caching-redis/
implementation ("com.labijie:labijie-caching-redis:1.0.2")
'com.labijie:labijie-caching-redis:jar:1.0.2'
<dependency org="com.labijie" name="labijie-caching-redis" rev="1.0.2">
<artifact name="labijie-caching-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.labijie', module='labijie-caching-redis', version='1.0.2')
)
libraryDependencies += "com.labijie" % "labijie-caching-redis" % "1.0.2"
[com.labijie/labijie-caching-redis "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.labijie : labijie-caching | jar | 1.0.2 |
| redis.clients : jedis | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |