Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdtop.wboost |
ArtifactId | ArtifactIdcommon-message-queue-redis |
Version | Version3.1.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/common-message-queue-redis/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-message-queue-redis</artifactId>
<version>3.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-message-queue-redis/
implementation 'top.wboost:common-message-queue-redis:3.1.3.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-message-queue-redis/
implementation ("top.wboost:common-message-queue-redis:3.1.3.RELEASE")
'top.wboost:common-message-queue-redis:jar:3.1.3.RELEASE'
<dependency org="top.wboost" name="common-message-queue-redis" rev="3.1.3.RELEASE">
<artifact name="common-message-queue-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-message-queue-redis', version='3.1.3.RELEASE')
)
libraryDependencies += "top.wboost" % "common-message-queue-redis" % "3.1.3.RELEASE"
[top.wboost/common-message-queue-redis "3.1.3.RELEASE"]