| License |
License |
|---|---|
| GroupId | GroupIdcom.aliyun.mq |
| ArtifactId | ArtifactIdmq-http-sdk |
| Last Version | Last Version1.0.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAliyun MQ Java HTTP SDK
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mq-http-sdk-1.0.3.2.pom | |
| mq-http-sdk-1.0.3.2.jar | 119 KB |
| mq-http-sdk-1.0.3.2-sources.jar | 66 KB |
| mq-http-sdk-1.0.3.2-javadoc.jar | 265 KB |
| mq-http-sdk-1.0.3.2-jar-with-dependencies.jar | 4 MB |
| mq-http-sdk-1.0.3.2-allinone.zip | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.mq/mq-http-sdk/ -->
<dependency>
<groupId>com.aliyun.mq</groupId>
<artifactId>mq-http-sdk</artifactId>
<version>1.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.mq/mq-http-sdk/
implementation 'com.aliyun.mq:mq-http-sdk:1.0.3.2'
// https://jarcasting.com/artifacts/com.aliyun.mq/mq-http-sdk/
implementation ("com.aliyun.mq:mq-http-sdk:1.0.3.2")
'com.aliyun.mq:mq-http-sdk:jar:1.0.3.2'
<dependency org="com.aliyun.mq" name="mq-http-sdk" rev="1.0.3.2">
<artifact name="mq-http-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.mq', module='mq-http-sdk', version='1.0.3.2')
)
libraryDependencies += "com.aliyun.mq" % "mq-http-sdk" % "1.0.3.2"
[com.aliyun.mq/mq-http-sdk "1.0.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpasyncclient | jar | 4.1 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| com.google.code.gson : gson | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |