License |
License |
---|---|
GroupId | GroupIdcom.aliyun.mq |
ArtifactId | ArtifactIdmq-http-sdk |
Version | Version1.0.3.1 |
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.1.pom | |
mq-http-sdk-1.0.3.1.jar | 118 KB |
mq-http-sdk-1.0.3.1-sources.jar | 66 KB |
mq-http-sdk-1.0.3.1-javadoc.jar | 266 KB |
mq-http-sdk-1.0.3.1-jar-with-dependencies.jar | 4 MB |
mq-http-sdk-1.0.3.1-allinone.zip | 4 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.mq/mq-http-sdk/
implementation 'com.aliyun.mq:mq-http-sdk:1.0.3.1'
// https://jarcasting.com/artifacts/com.aliyun.mq/mq-http-sdk/
implementation ("com.aliyun.mq:mq-http-sdk:1.0.3.1")
'com.aliyun.mq:mq-http-sdk:jar:1.0.3.1'
<dependency org="com.aliyun.mq" name="mq-http-sdk" rev="1.0.3.1">
<artifact name="mq-http-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.mq', module='mq-http-sdk', version='1.0.3.1')
)
libraryDependencies += "com.aliyun.mq" % "mq-http-sdk" % "1.0.3.1"
[com.aliyun.mq/mq-http-sdk "1.0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpasyncclient | jar | 4.1 |
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-logging : commons-logging | jar | 1.1.3 |
org.apache.logging.log4j : log4j-api | jar | 2.15.0 |
org.apache.logging.log4j : log4j-core | jar | 2.15.0 |
org.apache.logging.log4j : log4j-jcl | jar | 2.15.0 |
com.google.code.gson : gson | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |