is not current version
Last Version 1.3-RELEASE

com.github.cynaith:LightRedis 1.2-RELEASE

More convenient to store objects in Redis

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.cynaith
ArtifactId

ArtifactId

LightRedis
Version

Version

1.2-RELEASE
Type

Type

jar

Download LightRedis 1.2-RELEASE


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