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