is not current version
Last Version 1.6.1

io.github.shaohuizhe:redis 1.3.6

redis

Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

redis
Version

Version

1.3.6
Type

Type

jar

Download redis 1.3.6


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