redisq

RedisQ - Java implementation of a reliable Pub/Sub message queue based on Redis

License

License

MIT
Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.davidmarquis
ArtifactId

ArtifactId

redisq
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

redisq
RedisQ - Java implementation of a reliable Pub/Sub message queue based on Redis
Project URL

Project URL

https://github.com/davidmarquis/redisq

Download redisq

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

provided (3)

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

test (7)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0