MVN

software.amazon.awssdk : identity-spi

Maven & Gradle

Oct 12, 2023

AWS Java SDK :: Identity SPI · The AWS SDK for Java - Identity SPI module contains the Identity interfaces that are used by other modules in the library.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>identity-spi</artifactId>
    <version>2.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : identity-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.21.0

All Versions

Choose a version of software.amazon.awssdk : identity-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.21.x
identity-spi-2.21.0

How to add a dependency to Maven

Add the following software.amazon.awssdk : identity-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>identity-spi</artifactId>
    <version>2.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : identity-spi gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:identity-spi:2.21.0'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : identity-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:identity-spi:2.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : identity-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "identity-spi" % "2.21.0"