License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.davidmarquis |
ArtifactId | ArtifactIdredisq |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredisq
RedisQ - Java implementation of a reliable Pub/Sub message queue based on Redis
|
Project URL |
Project URL |
Filename | Size |
---|---|
redisq-2.0.0.pom | |
redisq-2.0.0.jar | 47 KB |
redisq-2.0.0-sources.jar | 27 KB |
redisq-2.0.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmarquis/redisq/ -->
<dependency>
<groupId>com.github.davidmarquis</groupId>
<artifactId>redisq</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmarquis/redisq/
implementation 'com.github.davidmarquis:redisq:2.0.0'
// https://jarcasting.com/artifacts/com.github.davidmarquis/redisq/
implementation ("com.github.davidmarquis:redisq:2.0.0")
'com.github.davidmarquis:redisq:jar:2.0.0'
<dependency org="com.github.davidmarquis" name="redisq" rev="2.0.0">
<artifact name="redisq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmarquis', module='redisq', version='2.0.0')
)
libraryDependencies += "com.github.davidmarquis" % "redisq" % "2.0.0"
[com.github.davidmarquis/redisq "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
com.google.code.gson : gson Optional | jar | 2.1 |
org.codehaus.jackson : jackson-mapper-asl Optional | jar | 1.9.12 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-redis | jar | [1.8.6.RELEASE,] |
redis.clients : jedis | jar | [2.9.0,] |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.10.RELEASE |
info.cukes : cucumber-java | jar | 1.2.5 |
info.cukes : cucumber-spring | jar | 1.2.5 |
info.cukes : cucumber-junit | jar | 1.2.5 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |