h

http-client

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-1.2.1.jar download
http-client-1.2.1.pom download
http-client-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>http-client</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:http-client:1.2.1'
Gradle Kotlin
implementation("aws.smithy.kotlin:http-client:1.2.1")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "http-client" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='http-client', version='1.2.1')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="http-client" rev="1.2.1" />
Leiningen
[aws.smithy.kotlin/http-client "1.2.1"]
Apache Buildr
'aws.smithy.kotlin:http-client:jar:1.2.1'