is not current version
Last Version 1.0.1

com.github.andrepnh:jedis-utils 1.0.0

A small utility library for jedis, mainly designed for more fluent transactions and pipelines.

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.andrepnh
ArtifactId

ArtifactId

jedis-utils
Version

Version

1.0.0
Type

Type

jar

Download jedis-utils 1.0.0


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