<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>delayqueue</artifactId>
<version>0.0.20</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='delayqueue', version='0.0.20')
)
compile
|-- com.github.bingoohuang:java-utils:0.0.22
|-- com.github.bingoohuang:westcache:0.0.35
|-- org.apache.commons:commons-lang3:3.8.1
|-- org.slf4j:slf4j-api:1.7.25
|-- joda-time:joda-time:2.10.1
|-- com.github.bingoohuang:eql:0.1.9
|-- com.alibaba:fastjson:1.2.53
|-- com.github.bingoohuang:westid:0.0.2
|-- org.springframework:spring-context-support:5.1.2.RELEASE
provided
|-- org.projectlombok:lombok:1.18.4
test
|-- org.springframework:spring-test:5.1.2.RELEASE
|-- junit:junit:4.12
|-- com.google.truth:truth:0.42