i

identity-spi

The AWS SDK for Java - Identity SPI module contains the Identity interfaces that are used by other modules in the library.
https://aws.amazon.com/sdkforjava
Files download
File Operation
identity-spi-2.29.11.jar download
identity-spi-2.29.11.pom download
identity-spi-2.29.11-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>identity-spi</artifactId>
  <version>2.29.11</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:identity-spi:2.29.11'
Gradle Kotlin
implementation("software.amazon.awssdk:identity-spi:2.29.11")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "identity-spi" % "2.29.11"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='identity-spi', version='2.29.11')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="identity-spi" rev="2.29.11" />
Leiningen
[software.amazon.awssdk/identity-spi "2.29.11"]
Apache Buildr
'software.amazon.awssdk:identity-spi:jar:2.29.11'