| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.daedafusion |
| ArtifactId | ArtifactIdcache-redis |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionA pluggable cache framework
|
| Filename | Size |
|---|---|
| cache-redis-1.1.pom | |
| cache-redis-1.1.jar | 5 KB |
| cache-redis-1.1-sources.jar | 2 KB |
| cache-redis-1.1-plugin.zip | 1 MB |
| cache-redis-1.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.daedafusion/cache-redis/ -->
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>cache-redis</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/cache-redis/
implementation 'com.daedafusion:cache-redis:1.1'
// https://jarcasting.com/artifacts/com.daedafusion/cache-redis/
implementation ("com.daedafusion:cache-redis:1.1")
'com.daedafusion:cache-redis:jar:1.1'
<dependency org="com.daedafusion" name="cache-redis" rev="1.1">
<artifact name="cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='cache-redis', version='1.1')
)
libraryDependencies += "com.daedafusion" % "cache-redis" % "1.1"
[com.daedafusion/cache-redis "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.daedafusion : cache-core | jar | 1.1 |
| redis.clients : jedis | jar | 2.9.0 |
| com.daedafusion : configuration-core | jar | 1.1 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |