is not current version
Last Version 0.106

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

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.83
Type

Type

pom

Download rdbi-parent 0.83

Filename Size
rdbi-parent-0.83.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.83</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation 'com.lithium.dbi.rdbi:rdbi-parent:0.83'
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation ("com.lithium.dbi.rdbi:rdbi-parent:0.83")
'com.lithium.dbi.rdbi:rdbi-parent:pom:0.83'
<dependency org="com.lithium.dbi.rdbi" name="rdbi-parent" rev="0.83">
  <artifact name="rdbi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lithium.dbi.rdbi', module='rdbi-parent', version='0.83')
)
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-parent" % "0.83"
[com.lithium.dbi.rdbi/rdbi-parent "0.83"]