| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.alicp.jetcache |
| ArtifactId | ArtifactIdjetcache-redis |
| Version | Version2.6.2 |
| Type | Typejar |
| Description |
Descriptiona Java cache abstraction which provides consistent use for various caching solutions
|
| Filename | Size |
|---|---|
| jetcache-redis-2.6.2.pom | |
| jetcache-redis-2.6.2.jar | 12 KB |
| jetcache-redis-2.6.2-sources.jar | 5 KB |
| jetcache-redis-2.6.2-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.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation 'com.alicp.jetcache:jetcache-redis:2.6.2'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-redis/
implementation ("com.alicp.jetcache:jetcache-redis:2.6.2")
'com.alicp.jetcache:jetcache-redis:jar:2.6.2'
<dependency org="com.alicp.jetcache" name="jetcache-redis" rev="2.6.2">
<artifact name="jetcache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-redis', version='2.6.2')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-redis" % "2.6.2"
[com.alicp.jetcache/jetcache-redis "2.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alicp.jetcache : jetcache-core | jar | 2.6.2 |
| redis.clients : jedis | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.0.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.2 |
| org.apiguardian : apiguardian-api | jar | 1.0.0 |