is not current version
Last Version 1.0.1b

com.github.myibu:simple-redisclient 1.0.1a

Redis client using REdis Serialization Protocol

Categories

Categories

Redis Data Databases CLI User Interface
GroupId

GroupId

com.github.myibu
ArtifactId

ArtifactId

simple-redisclient
Version

Version

1.0.1a
Type

Type

jar

Download simple-redisclient 1.0.1a


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