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