Download spymemcached-2.10.6.jar file - Jar s

Jar examples for s:spymemcached

Description

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

You can download jar file spymemcached 2.10.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spymemcached-2.10.6.jar to your project.

<dependency>
   <groupId>net.spy</groupId>
   <artifactId>spymemcached</artifactId>
   <version>2.10.6</version>
</dependency>
compile group: 'net.spy', name: 'spymemcached', version: '2.10.6'
libraryDependencies += "net.spy" % "spymemcached" % "2.10.6"
<dependency org="net.spy" name="spymemcached" rev="2.10.6"/>
@Grapes(@Grab(group='net.spy', module='spymemcached', version='2.10.6'))
'net.spy:spymemcached:jar:2.10.6'

Download

Click the following link to download the jar file.

spymemcached-2.10.6-javadoc.jar
spymemcached-2.10.6-sources.jar
spymemcached-2.10.6.jar
spymemcached-2.10.6.pom



Related Tutorials