is not current version
Last Version 2.0.0-preview-11

software.amazon.awssdk:simpledb 2.0.0-preview-7

The AWS Java SDK for Amazon SimpleDB module holds the client classes that are used for communicating with Amazon SimpleDB Service

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

simpledb
Version

Version

2.0.0-preview-7
Type

Type

jar

Download simpledb 2.0.0-preview-7


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