is not current version
Last Version 1.1.1

io.github.pleuvoir:redis-plugin 1.0.6

A plugin support for redis based on java.

Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.pleuvoir
ArtifactId

ArtifactId

redis-plugin
Version

Version

1.0.6
Type

Type

jar

Download redis-plugin 1.0.6


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