is not current version
Last Version 0.106

rDBI-recipes 0.105

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.

License

License

GroupId

GroupId

com.lithium.dbi.rdbi
ArtifactId

ArtifactId

rdbi-recipes
Version

Version

0.105
Type

Type

jar
Description

Description

rDBI-recipes
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.
Project Organization

Project Organization

Lithium Technologies

Download rdbi-recipes 0.105


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

Dependencies

compile (8)

Group / Artifact Type Version
com.lithium.dbi.rdbi : rdbi-core jar 0.105
com.fasterxml.jackson.core : jackson-core jar 2.9.10
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.4
com.google.code.findbugs : jsr305 jar 3.0.1
org.antlr : stringtemplate jar 3.2.1
com.google.guava : guava jar 19.0
io.dropwizard.metrics : metrics-core jar 3.1.2
org.slf4j : slf4j-api jar 1.7.21

test (6)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.slf4j : slf4j-simple jar 1.7.21
org.mockito : mockito-all jar 1.10.19
org.awaitility : awaitility jar 3.0.0
org.assertj : assertj-core jar 3.8.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.