is not current version
Last Version 2.17.219

software.amazon.awssdk:core 2.0.0-preview-10

The AWS SDK for Java - Core runtime module holds the classes that are used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

core
Version

Version

2.0.0-preview-10
Type

Type

jar

Download core 2.0.0-preview-10


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