h

http-client-jvm

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