is not current version
Last Version 0.3

biz.paluch.redis:spinach 0.1.1

Java disque client based on lettuce

Categories

Categories

Redis Data Databases
GroupId

GroupId

biz.paluch.redis
ArtifactId

ArtifactId

spinach
Version

Version

0.1.1
Type

Type

jar

Download spinach 0.1.1


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