is not current version
Last Version 0.0.20

com.github.bingoohuang:delayqueue 0.0.5

delay queue based on redis

GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

delayqueue
Version

Version

0.0.5
Type

Type

jar

Download delayqueue 0.0.5


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