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