a

auth-crt

The AWS SDK for Java - AuthCrt module holds authentication types that are built on the AWS Common Runtime
https://aws.amazon.com/sdkforjava
文件下载
文件名 操作
auth-crt-2.26.0.jar 下载
auth-crt-2.26.0.pom 下载
auth-crt-2.26.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>auth-crt</artifactId>
  <version>2.26.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:auth-crt:2.26.0'
Gradle Kotlin
implementation("software.amazon.awssdk:auth-crt:2.26.0")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "auth-crt" % "2.26.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='auth-crt', version='2.26.0')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="auth-crt" rev="2.26.0" />
Leiningen
[software.amazon.awssdk/auth-crt "2.26.0"]
Apache Buildr
'software.amazon.awssdk:auth-crt:jar:2.26.0'