is not current version
Last Version 2.17.219

software.amazon.awssdk:auth 2.14.25

The AWS SDK for Java - Auth module holds the classes that are used for authentication with AWS services

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

auth
Version

Version

2.14.25
Type

Type

jar

Download auth 2.14.25


<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/auth/ -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>auth</artifactId>
    <version>2.14.25</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/auth/
implementation 'software.amazon.awssdk:auth:2.14.25'
// https://jarcasting.com/artifacts/software.amazon.awssdk/auth/
implementation ("software.amazon.awssdk:auth:2.14.25")
'software.amazon.awssdk:auth:jar:2.14.25'
<dependency org="software.amazon.awssdk" name="auth" rev="2.14.25">
  <artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='auth', version='2.14.25')
)
libraryDependencies += "software.amazon.awssdk" % "auth" % "2.14.25"
[software.amazon.awssdk/auth "2.14.25"]