is not current version
Last Version 2.17.219

software.amazon.awssdk:elasticache 2.7.8

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

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

elasticache
Version

Version

2.7.8
Type

Type

jar

Download elasticache 2.7.8


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