Last Version

com.github.mizool.jediscache:jediscache 0.5

An implementation of JCache which uses Jedis to implement the cache commands.

License

License

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.mizool.jediscache
ArtifactId

ArtifactId

jediscache
Version

Version

0.5
Type

Type

jar
Description

Description

com.github.mizool.jediscache:jediscache
An implementation of JCache which uses Jedis to implement the cache commands.
Project URL

Project URL

https://github.com/mizool/jediscache
Source Code Management

Source Code Management

https://github.com/mizool/jediscache

Download jediscache 0.5


<!-- 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"]

Dependencies

compile (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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.12

Project Modules

There are no modules declared in this project.