Download rdbi-core-0.56.jar file - Jar r

Jar examples for r:rdbi-core

Description

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.

You can download jar file rdbi-core 0.56 in this page.

Build File

You can use the following script to add rdbi-core-0.56.jar to your project.

<dependency>
   <groupId>com.lithium.dbi.rdbi</groupId>
   <artifactId>rdbi-core</artifactId>
   <version>0.56</version>
</dependency>
compile group: 'com.lithium.dbi.rdbi', name: 'rdbi-core', version: '0.56'
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-core" % "0.56"
<dependency org="com.lithium.dbi.rdbi" name="rdbi-core" rev="0.56"/>
@Grapes(@Grab(group='com.lithium.dbi.rdbi', module='rdbi-core', version='0.56'))
'com.lithium.dbi.rdbi:rdbi-core:jar:0.56'

Download

Click the following link to download the jar file.

rdbi-core-0.56-javadoc.jar
rdbi-core-0.56-sources.jar
rdbi-core-0.56.jar
rdbi-core-0.56.pom



Related Tutorials