jedis-simple-queue
A jedis based simple queue
Get Started
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>jedis-simple-queue</artifactId>
<version>1.0.0</version>
</dependency>
License |
License
The Artistic License 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools Jedis Data Databases |
GroupId | GroupIdcom.github.phantomthief |
ArtifactId | ArtifactIdjedis-simple-queue |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjedis-simple-queue
A simple jedis based queue
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jedis-simple-queue-1.0.0.pom | |
jedis-simple-queue-1.0.0.jar | 16 KB |
jedis-simple-queue-1.0.0-sources.jar | 7 KB |
jedis-simple-queue-1.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/jedis-simple-queue/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>jedis-simple-queue</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/jedis-simple-queue/
implementation 'com.github.phantomthief:jedis-simple-queue:1.0.0'
// https://jarcasting.com/artifacts/com.github.phantomthief/jedis-simple-queue/
implementation ("com.github.phantomthief:jedis-simple-queue:1.0.0")
'com.github.phantomthief:jedis-simple-queue:jar:1.0.0'
<dependency org="com.github.phantomthief" name="jedis-simple-queue" rev="1.0.0">
<artifact name="jedis-simple-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='jedis-simple-queue', version='1.0.0')
)
libraryDependencies += "com.github.phantomthief" % "jedis-simple-queue" % "1.0.0"
[com.github.phantomthief/jedis-simple-queue "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.6.2 |
org.slf4j : slf4j-api | jar | 1.7.10 |
com.google.guava : guava | jar | 18.0 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
A jedis based simple queue
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>jedis-simple-queue</artifactId>
<version>1.0.0</version>
</dependency>