| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdorg.swisspush |
| ArtifactId | ArtifactIdredisques |
| Version | Version3.0.6 |
| Type | Typejar |
| Description |
Descriptionredisques
A highly scalable redis-persistent queuing system for vertx
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| redisques-3.0.6.pom | |
| redisques-3.0.6.jar | 105 KB |
| redisques-3.0.6-sources.jar | 57 KB |
| redisques-3.0.6-javadoc.jar | 598 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/redisques/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>redisques</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/redisques/
implementation 'org.swisspush:redisques:3.0.6'
// https://jarcasting.com/artifacts/org.swisspush/redisques/
implementation ("org.swisspush:redisques:3.0.6")
'org.swisspush:redisques:jar:3.0.6'
<dependency org="org.swisspush" name="redisques" rev="3.0.6">
<artifact name="redisques" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='redisques', version='3.0.6')
)
libraryDependencies += "org.swisspush" % "redisques" % "3.0.6"
[org.swisspush/redisques "3.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| io.vertx : vertx-core | jar | 4.2.1 |
| io.vertx : vertx-redis-client | jar | 4.2.1 |
| commons-codec : commons-codec | jar | 1.9 |
| io.vertx : vertx-web | jar | 4.2.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| io.rest-assured : rest-assured | jar | 4.3.0 |
| org.mockito : mockito-all | jar | 1.10.19 |
| io.vertx : vertx-unit | jar | 4.2.1 |
| org.awaitility : awaitility | jar | 4.0.2 |
| redis.clients : jedis | jar | 3.7.0 |