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