License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.qcloud |
ArtifactId | ArtifactIdcmq-http-client |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncmq http client
Tencent Cloud Message Queue java http SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cmq-http-client-1.0.9.pom | |
cmq-http-client-1.0.9.jar | 63 KB |
cmq-http-client-1.0.9-sources.jar | 49 KB |
cmq-http-client-1.0.9-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qcloud/cmq-http-client/ -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cmq-http-client</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud/cmq-http-client/
implementation 'com.qcloud:cmq-http-client:1.0.9'
// https://jarcasting.com/artifacts/com.qcloud/cmq-http-client/
implementation ("com.qcloud:cmq-http-client:1.0.9")
'com.qcloud:cmq-http-client:jar:1.0.9'
<dependency org="com.qcloud" name="cmq-http-client" rev="1.0.9">
<artifact name="cmq-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud', module='cmq-http-client', version='1.0.9')
)
libraryDependencies += "com.qcloud" % "cmq-http-client" % "1.0.9"
[com.qcloud/cmq-http-client "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.26 |
org.slf4j : slf4j-api | jar | 1.7.26 |
com.squareup.okhttp3 : okhttp | jar | 3.7.0 |
com.tencentcloudapi : tencentcloud-sdk-java | jar | 3.1.423 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |