License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.devquixote |
ArtifactId | ArtifactIdredisqs |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedisQS
Redis-backed implementation of AmazonSQS client to allow for offline/local development and testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redisqs-0.0.1.pom | |
redisqs-0.0.1.jar | 8 KB |
redisqs-0.0.1-sources.jar | 3 KB |
redisqs-0.0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devquixote/redisqs/ -->
<dependency>
<groupId>com.devquixote</groupId>
<artifactId>redisqs</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.devquixote/redisqs/
implementation 'com.devquixote:redisqs:0.0.1'
// https://jarcasting.com/artifacts/com.devquixote/redisqs/
implementation ("com.devquixote:redisqs:0.0.1")
'com.devquixote:redisqs:jar:0.0.1'
<dependency org="com.devquixote" name="redisqs" rev="0.0.1">
<artifact name="redisqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devquixote', module='redisqs', version='0.0.1')
)
libraryDependencies += "com.devquixote" % "redisqs" % "0.0.1"
[com.devquixote/redisqs "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-sqs | jar | 1.9.40 |
redis.clients : jedis | jar | 2.7.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
org.apache.logging.log4j : log4j-api | jar | 2.4 |
org.apache.logging.log4j : log4j-core | jar | 2.4 |