Download memcached-2.4.2.jar file - Jar m

Jar examples for m:memcached

Description

A simple, asynchronous, single-threaded Memcached client written in java.

You can download jar file memcached 2.4.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add memcached-2.4.2.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.spy</groupId>
   <artifactId>memcached</artifactId>
   <version>2.4.2</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.spy', name: 'memcached', version: '2.4.2'
libraryDependencies += "com.google.code.maven-play-plugin.spy" % "memcached" % "2.4.2"
<dependency org="com.google.code.maven-play-plugin.spy" name="memcached" rev="2.4.2"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.spy', module='memcached', version='2.4.2'))
'com.google.code.maven-play-plugin.spy:memcached:jar:2.4.2'

Download

Click the following link to download the jar file.

memcached-2.4.2-javadoc.jar
memcached-2.4.2-sources.jar
memcached-2.4.2.jar
memcached-2.4.2.pom



Related Tutorials