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