License |
License |
---|---|
Categories |
CategoriesJedis Data Databases |
GroupId | GroupIdcom.github.andrepnh |
ArtifactId | ArtifactIdjedis-utils |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.andrepnh:jedis-utils
A small utility library for jedis, mainly designed for more
fluent transactions and pipelines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jedis-utils-1.0.1.pom | |
jedis-utils-1.0.1.jar | 19 KB |
jedis-utils-1.0.1-sources.jar | 11 KB |
jedis-utils-1.0.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/ -->
<dependency>
<groupId>com.github.andrepnh</groupId>
<artifactId>jedis-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/
implementation 'com.github.andrepnh:jedis-utils:1.0.1'
// https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/
implementation ("com.github.andrepnh:jedis-utils:1.0.1")
'com.github.andrepnh:jedis-utils:jar:1.0.1'
<dependency org="com.github.andrepnh" name="jedis-utils" rev="1.0.1">
<artifact name="jedis-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrepnh', module='jedis-utils', version='1.0.1')
)
libraryDependencies += "com.github.andrepnh" % "jedis-utils" % "1.0.1"
[com.github.andrepnh/jedis-utils "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
redis.clients : jedis | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.slf4j : slf4j-jdk14 | jar | 1.7.12 |