is not current version
Last Version 0.1.5-zd

com.github.mihone:redis-mq 0.1.3-zd

A light implementation of MQ with Redis

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.mihone
ArtifactId

ArtifactId

redis-mq
Version

Version

0.1.3-zd
Type

Type

jar

Download redis-mq 0.1.3-zd


<!-- https://jarcasting.com/artifacts/com.github.mihone/redis-mq/ -->
<dependency>
    <groupId>com.github.mihone</groupId>
    <artifactId>redis-mq</artifactId>
    <version>0.1.3-zd</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation 'com.github.mihone:redis-mq:0.1.3-zd'
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation ("com.github.mihone:redis-mq:0.1.3-zd")
'com.github.mihone:redis-mq:jar:0.1.3-zd'
<dependency org="com.github.mihone" name="redis-mq" rev="0.1.3-zd">
  <artifact name="redis-mq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mihone', module='redis-mq', version='0.1.3-zd')
)
libraryDependencies += "com.github.mihone" % "redis-mq" % "0.1.3-zd"
[com.github.mihone/redis-mq "0.1.3-zd"]