Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.mihone |
ArtifactId | ArtifactIdredis-mq |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
redis-mq-0.1.4.pom | |
redis-mq-0.1.4.jar | 43 KB |
redis-mq-0.1.4-sources.jar | 21 KB |
redis-mq-0.1.4-javadoc.jar | 193 KB |
Browse |
<!-- 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"]