h

http

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