h

http-client

HTTP client abstractions
https://github.com/awslabs/smithy-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
文件下载
文件名 操作
http-client-1.0.16.jar 下载
http-client-1.0.16.pom 下载
http-client-1.0.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>http-client</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:http-client:1.0.16'
Gradle Kotlin
implementation("aws.smithy.kotlin:http-client:1.0.16")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "http-client" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='http-client', version='1.0.16')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="http-client" rev="1.0.16" />
Leiningen
[aws.smithy.kotlin/http-client "1.0.16"]
Apache Buildr
'aws.smithy.kotlin:http-client:jar:1.0.16'