is not current version
Last Version 0.1.5-zd

com.github.mihone:redis-mq 0.1.4

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.4
Type

Type

jar

Download redis-mq 0.1.4


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