is not current version
Last Version 1.2.0

com.amazonaws:elasticache-java-cluster-client 1.1.1

Amazon ElastiCache Cluster Client is an enhanced Java library to connect to ElastiCache clusters. This client library has been built upon Spymemcached and is released under the Amazon Software License.

Categories

Categories

Java Languages AWS Container PaaS Providers CLI User Interface
GroupId

GroupId

com.amazonaws
ArtifactId

ArtifactId

elasticache-java-cluster-client
Version

Version

1.1.1
Type

Type

jar

Download elasticache-java-cluster-client 1.1.1


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