h

http-auth-aws

AWS-related HTTP Auth APIs
https://github.com/awslabs/smithy-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
文件下载
文件名 操作
http-auth-aws-0.27.5.jar 下载
http-auth-aws-0.27.5.pom 下载
http-auth-aws-0.27.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>http-auth-aws</artifactId>
  <version>0.27.5</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:http-auth-aws:0.27.5'
Gradle Kotlin
implementation("aws.smithy.kotlin:http-auth-aws:0.27.5")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "http-auth-aws" % "0.27.5"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='http-auth-aws', version='0.27.5')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="http-auth-aws" rev="0.27.5" />
Leiningen
[aws.smithy.kotlin/http-auth-aws "0.27.5"]
Apache Buildr
'aws.smithy.kotlin:http-auth-aws:jar:0.27.5'