h

http-jvm

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