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.23.20.jar 下载
auth-crt-2.23.20.pom 下载
auth-crt-2.23.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>auth-crt</artifactId>
  <version>2.23.20</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:auth-crt:2.23.20'
Gradle Kotlin
implementation("software.amazon.awssdk:auth-crt:2.23.20")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "auth-crt" % "2.23.20"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='auth-crt', version='2.23.20')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="auth-crt" rev="2.23.20" />
Leiningen
[software.amazon.awssdk/auth-crt "2.23.20"]
Apache Buildr
'software.amazon.awssdk:auth-crt:jar:2.23.20'