Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alibaba.csb.sdk |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.1.0-jdk1.6 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.1.0-jdk1.6.pom | |
http-client-1.1.0-jdk1.6.jar | 36 KB |
http-client-1.1.0-jdk1.6-sources.jar | 23 KB |
http-client-1.1.0-jdk1.6-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csb.sdk/http-client/ -->
<dependency>
<groupId>com.alibaba.csb.sdk</groupId>
<artifactId>http-client</artifactId>
<version>1.1.0-jdk1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csb.sdk/http-client/
implementation 'com.alibaba.csb.sdk:http-client:1.1.0-jdk1.6'
// https://jarcasting.com/artifacts/com.alibaba.csb.sdk/http-client/
implementation ("com.alibaba.csb.sdk:http-client:1.1.0-jdk1.6")
'com.alibaba.csb.sdk:http-client:jar:1.1.0-jdk1.6'
<dependency org="com.alibaba.csb.sdk" name="http-client" rev="1.1.0-jdk1.6">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csb.sdk', module='http-client', version='1.1.0-jdk1.6')
)
libraryDependencies += "com.alibaba.csb.sdk" % "http-client" % "1.1.0-jdk1.6"
[com.alibaba.csb.sdk/http-client "1.1.0-jdk1.6"]