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
文件下载
文件名 操作
elasticache-java-cluster-client-1.1.1.jar 下载
elasticache-java-cluster-client-1.1.1.pom 下载
elasticache-java-cluster-client-1.1.1-sources.jar 下载
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'