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