| License |
License |
|---|---|
| Categories |
CategoriesJedis Data Databases |
| GroupId | GroupIdcom.github.mizool.jediscache |
| ArtifactId | ArtifactIdjediscache |
| Version | Version0.5 |
| Type | Typejar |
| Description |
Descriptioncom.github.mizool.jediscache:jediscache
An implementation of JCache which uses Jedis to implement the cache commands.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jediscache-0.5.pom | |
| jediscache-0.5.jar | 25 KB |
| jediscache-0.5-sources.jar | 10 KB |
| jediscache-0.5-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/ -->
<dependency>
<groupId>com.github.mizool.jediscache</groupId>
<artifactId>jediscache</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/
implementation 'com.github.mizool.jediscache:jediscache:0.5'
// https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/
implementation ("com.github.mizool.jediscache:jediscache:0.5")
'com.github.mizool.jediscache:jediscache:jar:0.5'
<dependency org="com.github.mizool.jediscache" name="jediscache" rev="0.5">
<artifact name="jediscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jediscache', module='jediscache', version='0.5')
)
libraryDependencies += "com.github.mizool.jediscache" % "jediscache" % "0.5"
[com.github.mizool.jediscache/jediscache "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 25.1-jre |
| javax.cache : cache-api | jar | 1.1.0 |
| org.kohsuke.metainf-services : metainf-services | jar | 1.7 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| redis.clients : jedis | jar | 2.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.12 |