Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.mihone |
ArtifactId | ArtifactIdredis-mq |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
redis-mq-0.1.3.pom | |
redis-mq-0.1.3.jar | 42 KB |
redis-mq-0.1.3-sources.jar | 21 KB |
redis-mq-0.1.3-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mihone/redis-mq/ -->
<dependency>
<groupId>com.github.mihone</groupId>
<artifactId>redis-mq</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation 'com.github.mihone:redis-mq:0.1.3'
// https://jarcasting.com/artifacts/com.github.mihone/redis-mq/
implementation ("com.github.mihone:redis-mq:0.1.3")
'com.github.mihone:redis-mq:jar:0.1.3'
<dependency org="com.github.mihone" name="redis-mq" rev="0.1.3">
<artifact name="redis-mq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mihone', module='redis-mq', version='0.1.3')
)
libraryDependencies += "com.github.mihone" % "redis-mq" % "0.1.3"
[com.github.mihone/redis-mq "0.1.3"]