| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.qcloud |
| ArtifactId | ArtifactIdcmq-tcp-client |
| Last Version | Last Version1.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncmq tcp client
Tencent Cloud Message Queue java tcp SDK
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cmq-tcp-client-1.1.7.pom | |
| cmq-tcp-client-1.1.7.jar | 814 KB |
| cmq-tcp-client-1.1.7-sources.jar | 212 KB |
| cmq-tcp-client-1.1.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qcloud/cmq-tcp-client/ -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cmq-tcp-client</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud/cmq-tcp-client/
implementation 'com.qcloud:cmq-tcp-client:1.1.7'
// https://jarcasting.com/artifacts/com.qcloud/cmq-tcp-client/
implementation ("com.qcloud:cmq-tcp-client:1.1.7")
'com.qcloud:cmq-tcp-client:jar:1.1.7'
<dependency org="com.qcloud" name="cmq-tcp-client" rev="1.1.7">
<artifact name="cmq-tcp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud', module='cmq-tcp-client', version='1.1.7')
)
libraryDependencies += "com.qcloud" % "cmq-tcp-client" % "1.1.7"
[com.qcloud/cmq-tcp-client "1.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.4.1 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
| log4j : log4j | jar | 1.2.17 |
| io.netty : netty-all | jar | 4.1.24.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 2.6.3 |