s

spymemcached

A client library for memcached.
http://code.google.com/p/spymemcached/
MIT License
Dustin Sallings Matt Ingenthron
Files download
File Operation
spymemcached-2.8.4.jar download
spymemcached-2.8.4.pom download
spymemcached-2.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.simple-spring-memcached</groupId>
  <artifactId>spymemcached</artifactId>
  <version>2.8.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.simple-spring-memcached:spymemcached:2.8.4'
Gradle Kotlin
implementation("com.google.code.simple-spring-memcached:spymemcached:2.8.4")
Scala SBT
libraryDependencies += "com.google.code.simple-spring-memcached" % "spymemcached" % "2.8.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.simple-spring-memcached', module='spymemcached', version='2.8.4')
)
Apache Ivy
<dependency org="com.google.code.simple-spring-memcached" name="spymemcached" rev="2.8.4" />
Leiningen
[com.google.code.simple-spring-memcached/spymemcached "2.8.4"]
Apache Buildr
'com.google.code.simple-spring-memcached:spymemcached:jar:2.8.4'