is not current version
Last Version 1.6.1

io.github.shaohuizhe:redis 1.3.3

redis

Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

redis
Version

Version

1.3.3
Type

Type

jar

Download redis 1.3.3


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