Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.acmtc |
ArtifactId | ArtifactIdacmtc-redismq |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
acmtc-redismq-1.0.0-RELEASE.pom | |
acmtc-redismq-1.0.0-RELEASE.jar | 17 KB |
acmtc-redismq-1.0.0-RELEASE-sources.jar | 11 KB |
acmtc-redismq-1.0.0-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.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.acmtc/acmtc-redismq/
implementation 'com.acmtc:acmtc-redismq:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.acmtc/acmtc-redismq/
implementation ("com.acmtc:acmtc-redismq:1.0.0-RELEASE")
'com.acmtc:acmtc-redismq:jar:1.0.0-RELEASE'
<dependency org="com.acmtc" name="acmtc-redismq" rev="1.0.0-RELEASE">
<artifact name="acmtc-redismq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acmtc', module='acmtc-redismq', version='1.0.0-RELEASE')
)
libraryDependencies += "com.acmtc" % "acmtc-redismq" % "1.0.0-RELEASE"
[com.acmtc/acmtc-redismq "1.0.0-RELEASE"]