License |
License |
---|---|
GroupId | GroupIdcom.lithium.dbi.rdbi |
ArtifactId | ArtifactIdrdbi-parent |
Last Version | Last Version0.106 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionrDBI parent
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 URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rdbi-parent-0.106.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.106</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation 'com.lithium.dbi.rdbi:rdbi-parent:0.106'
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-parent/
implementation ("com.lithium.dbi.rdbi:rdbi-parent:0.106")
'com.lithium.dbi.rdbi:rdbi-parent:pom:0.106'
<dependency org="com.lithium.dbi.rdbi" name="rdbi-parent" rev="0.106">
<artifact name="rdbi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lithium.dbi.rdbi', module='rdbi-parent', version='0.106')
)
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-parent" % "0.106"
[com.lithium.dbi.rdbi/rdbi-parent "0.106"]