is not current version
Last Version 0.106

com.lithium.dbi.rdbi:rdbi-parent 0.103

rDBI provides convenience utilites for Jedis, cleaning up some of Jedis's api pitfalls by automatically returning the Jedis resource to the pool. It also has helper utilities for making Lua script calls to Redis easier. rDBI library is inspired by the awesome library jDBI, a convenience library for SQL.

GroupId

GroupId

com.lithium.dbi.rdbi
ArtifactId

ArtifactId

rdbi-parent
Version

Version

0.103
Type

Type

pom

Download rdbi-parent 0.103

Filename Size
rdbi-parent-0.103.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/ -->
<dependency>
    <groupId>com.lithium.dbi.rdbi</groupId>
    <artifactId>rdbi-parent</artifactId>
    <version>0.103</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation 'com.lithium.dbi.rdbi:rdbi-parent:0.103'
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation ("com.lithium.dbi.rdbi:rdbi-parent:0.103")
'com.lithium.dbi.rdbi:rdbi-parent:pom:0.103'
<dependency org="com.lithium.dbi.rdbi" name="rdbi-parent" rev="0.103">
  <artifact name="rdbi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lithium.dbi.rdbi', module='rdbi-parent', version='0.103')
)
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-parent" % "0.103"
[com.lithium.dbi.rdbi/rdbi-parent "0.103"]