Download elasticache-java-cluster-client-1.1.1.jar file - Jar e

Jar examples for e:elasticache-java-cluster-client

Description

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.

You can download jar file elasticache-java-cluster-client 1.1.1 in this page.

License

Amazon Software License

Build File

You can use the following script to add elasticache-java-cluster-client-1.1.1.jar to your project.

<dependency>
   <groupId>com.amazonaws</groupId>
   <artifactId>elasticache-java-cluster-client</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.amazonaws', name: 'elasticache-java-cluster-client', version: '1.1.1'
libraryDependencies += "com.amazonaws" % "elasticache-java-cluster-client" % "1.1.1"
<dependency org="com.amazonaws" name="elasticache-java-cluster-client" rev="1.1.1"/>
@Grapes(@Grab(group='com.amazonaws', module='elasticache-java-cluster-client', version='1.1.1'))
'com.amazonaws:elasticache-java-cluster-client:jar:1.1.1'

Download

Click the following link to download the jar file.

elasticache-java-cluster-client-1.1.1-javadoc.jar
elasticache-java-cluster-client-1.1.1-sources.jar
elasticache-java-cluster-client-1.1.1.jar
elasticache-java-cluster-client-1.1.1.pom



Related Tutorials