e

elasticache-java-cluster-client

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.
https://aws.amazon.com/documentation/elasticache/
Amazon Software License
Files download
File Operation
elasticache-java-cluster-client-1.1.1.jar download
elasticache-java-cluster-client-1.1.1.pom download
elasticache-java-cluster-client-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>elasticache-java-cluster-client</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:elasticache-java-cluster-client:1.1.1'
Gradle Kotlin
implementation("com.amazonaws:elasticache-java-cluster-client:1.1.1")
Scala SBT
libraryDependencies += "com.amazonaws" % "elasticache-java-cluster-client" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='elasticache-java-cluster-client', version='1.1.1')
)
Apache Ivy
<dependency org="com.amazonaws" name="elasticache-java-cluster-client" rev="1.1.1" />
Leiningen
[com.amazonaws/elasticache-java-cluster-client "1.1.1"]
Apache Buildr
'com.amazonaws:elasticache-java-cluster-client:jar:1.1.1'