License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.acmtc |
ArtifactId | ArtifactIdacmtc-redismq |
Last Version | Last Version1.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionacmtc-redismq
Easy to use redis as mq
|
Project URL |
Project URL |
Filename | Size |
---|---|
acmtc-redismq-1.0.1-RELEASE.pom | |
acmtc-redismq-1.0.1-RELEASE.jar | 17 KB |
acmtc-redismq-1.0.1-RELEASE-sources.jar | 11 KB |
acmtc-redismq-1.0.1-RELEASE-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acmtc/acmtc-redismq/ -->
<dependency>
<groupId>com.acmtc</groupId>
<artifactId>acmtc-redismq</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.acmtc/acmtc-redismq/
implementation 'com.acmtc:acmtc-redismq:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.acmtc/acmtc-redismq/
implementation ("com.acmtc:acmtc-redismq:1.0.1-RELEASE")
'com.acmtc:acmtc-redismq:jar:1.0.1-RELEASE'
<dependency org="com.acmtc" name="acmtc-redismq" rev="1.0.1-RELEASE">
<artifact name="acmtc-redismq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acmtc', module='acmtc-redismq', version='1.0.1-RELEASE')
)
libraryDependencies += "com.acmtc" % "acmtc-redismq" % "1.0.1-RELEASE"
[com.acmtc/acmtc-redismq "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 1.5.10.RELEASE |
org.springframework.data : spring-data-redis | jar | 1.8.9.RELEASE |
com.alibaba : fastjson | jar | 1.2.44 |
org.apache.commons : commons-lang3 | jar | 3.7 |