License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.alicp.jetcache |
ArtifactId | ArtifactIdjetcache-redis |
Last Version | Last Version2.7.0.M1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiona Java cache abstraction which provides consistent use for various caching solutions
|
Filename | Size |
---|---|
jetcache-redis-2.7.0.M1.pom | |
jetcache-redis-2.7.0.M1.jar | 12 KB |
jetcache-redis-2.7.0.M1-sources.jar | 5 KB |
jetcache-redis-2.7.0.M1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/ -->
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.7.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation 'com.alicp.jetcache:jetcache-redis:2.7.0.M1'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation ("com.alicp.jetcache:jetcache-redis:2.7.0.M1")
'com.alicp.jetcache:jetcache-redis:jar:2.7.0.M1'
<dependency org="com.alicp.jetcache" name="jetcache-redis" rev="2.7.0.M1">
<artifact name="jetcache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-redis', version='2.7.0.M1')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-redis" % "2.7.0.M1"
[com.alicp.jetcache/jetcache-redis "2.7.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
com.alicp.jetcache : jetcache-core | jar | 2.7.0.M1 |
redis.clients : jedis | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar |