is not current version
Last Version 0.5

com.github.mizool.jediscache:jediscache 0.1

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

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.mizool.jediscache
ArtifactId

ArtifactId

jediscache
Version

Version

0.1
Type

Type

jar

Download jediscache 0.1


<!-- https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/ -->
<dependency>
    <groupId>com.github.mizool.jediscache</groupId>
    <artifactId>jediscache</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/
implementation 'com.github.mizool.jediscache:jediscache:0.1'
// https://jarcasting.com/artifacts/com.github.mizool.jediscache/jediscache/
implementation ("com.github.mizool.jediscache:jediscache:0.1")
'com.github.mizool.jediscache:jediscache:jar:0.1'
<dependency org="com.github.mizool.jediscache" name="jediscache" rev="0.1">
  <artifact name="jediscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jediscache', module='jediscache', version='0.1')
)
libraryDependencies += "com.github.mizool.jediscache" % "jediscache" % "0.1"
[com.github.mizool.jediscache/jediscache "0.1"]