h

http-test-jvm

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