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