License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.mihone |
ArtifactId | ArtifactIdredis-mq |
Last Version | Last Version0.1.5-zd |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedis-MQ
A light implementation of MQ with Redis
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-mq-0.1.5-zd.pom | |
redis-mq-0.1.5-zd.jar | 44 KB |
redis-mq-0.1.5-zd-sources.jar | 22 KB |
redis-mq-0.1.5-zd-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mihone/redis-mq/ -->
<dependency>
<groupId>com.github.mihone</groupId>
<artifactId>redis-mq</artifactId>
<version>0.1.5-zd</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation 'com.github.mihone:redis-mq:0.1.5-zd'
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation ("com.github.mihone:redis-mq:0.1.5-zd")
'com.github.mihone:redis-mq:jar:0.1.5-zd'
<dependency org="com.github.mihone" name="redis-mq" rev="0.1.5-zd">
<artifact name="redis-mq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mihone', module='redis-mq', version='0.1.5-zd')
)
libraryDependencies += "com.github.mihone" % "redis-mq" % "0.1.5-zd"
[com.github.mihone/redis-mq "0.1.5-zd"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.0.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.8 |
org.yaml : snakeyaml | jar | 1.23 |
org.slf4j : slf4j-api | jar | 1.7.26 |
junit : junit | jar | 4.12 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |