is not current version
Last Version 1.1.0

com.qcloud:cmq-client 1.0.0

Tencent Cloud Message Queue java SDK

Categories

Categories

CLI User Interface
GroupId

GroupId

com.qcloud
ArtifactId

ArtifactId

cmq-client
Version

Version

1.0.0
Type

Type

jar

Download cmq-client 1.0.0


<!-- https://jarcasting.com/artifacts/com.qcloud/cmq-client/ -->
<dependency>
    <groupId>com.qcloud</groupId>
    <artifactId>cmq-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud/cmq-client/
implementation 'com.qcloud:cmq-client:1.0.0'
// https://jarcasting.com/artifacts/com.qcloud/cmq-client/
implementation ("com.qcloud:cmq-client:1.0.0")
'com.qcloud:cmq-client:jar:1.0.0'
<dependency org="com.qcloud" name="cmq-client" rev="1.0.0">
  <artifact name="cmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud', module='cmq-client', version='1.0.0')
)
libraryDependencies += "com.qcloud" % "cmq-client" % "1.0.0"
[com.qcloud/cmq-client "1.0.0"]