License |
License |
---|---|
Categories |
CategoriesJedis Data Databases |
GroupId | GroupIdcom.github.xetorthio |
ArtifactId | ArtifactIdjedisque |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjedisque
Java client for disque
|
Project URL |
Project URL |
Filename | Size |
---|---|
jedisque-0.0.4.pom | |
jedisque-0.0.4.jar | 12 KB |
jedisque-0.0.4-sources.jar | 4 KB |
jedisque-0.0.4-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xetorthio/jedisque/ -->
<dependency>
<groupId>com.github.xetorthio</groupId>
<artifactId>jedisque</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xetorthio/jedisque/
implementation 'com.github.xetorthio:jedisque:0.0.4'
// https://jarcasting.com/artifacts/com.github.xetorthio/jedisque/
implementation ("com.github.xetorthio:jedisque:0.0.4")
'com.github.xetorthio:jedisque:jar:0.0.4'
<dependency org="com.github.xetorthio" name="jedisque" rev="0.0.4">
<artifact name="jedisque" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xetorthio', module='jedisque', version='0.0.4')
)
libraryDependencies += "com.github.xetorthio" % "jedisque" % "0.0.4"
[com.github.xetorthio/jedisque "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |