Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-queue-redis |
Version | Version0.6.1.1 |
Type | Typepom |
Filename | Size |
---|---|
ddth-queue-redis-0.6.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-queue-redis</artifactId>
<version>0.6.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/
implementation 'com.github.ddth:ddth-queue-redis:0.6.1.1'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/
implementation ("com.github.ddth:ddth-queue-redis:0.6.1.1")
'com.github.ddth:ddth-queue-redis:pom:0.6.1.1'
<dependency org="com.github.ddth" name="ddth-queue-redis" rev="0.6.1.1">
<artifact name="ddth-queue-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-queue-redis', version='0.6.1.1')
)
libraryDependencies += "com.github.ddth" % "ddth-queue-redis" % "0.6.1.1"
[com.github.ddth/ddth-queue-redis "0.6.1.1"]