is not current version
Last Version 2.17.219

software.amazon.awssdk:identitystore 2.17.218

The AWS Java SDK for Identitystore module holds the client classes that are used for communicating with Identitystore.

Categories

Categories

IDE Development Tools AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

identitystore
Version

Version

2.17.218
Type

Type

jar

Download identitystore 2.17.218


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