Last Version

Java client for Memcached 2.6

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

License

License

The MIT License (MIT)
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.maven-play-plugin.spy
ArtifactId

ArtifactId

spymemcached
Version

Version

2.6
Type

Type

jar
Description

Description

Java client for Memcached
A simple, asynchronous, single-threaded Memcached client written in java.
Project URL

Project URL

http://code.google.com/p/spymemcached
Source Code Management

Source Code Management

https://github.com/dustin/java-memcached-client

Download spymemcached 2.6


<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/spymemcached/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.spy</groupId>
    <artifactId>spymemcached</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/spymemcached/
implementation 'com.google.code.maven-play-plugin.spy:spymemcached:2.6'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/spymemcached/
implementation ("com.google.code.maven-play-plugin.spy:spymemcached:2.6")
'com.google.code.maven-play-plugin.spy:spymemcached:jar:2.6'
<dependency org="com.google.code.maven-play-plugin.spy" name="spymemcached" rev="2.6">
  <artifact name="spymemcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.spy', module='spymemcached', version='2.6')
)
libraryDependencies += "com.google.code.maven-play-plugin.spy" % "spymemcached" % "2.6"
[com.google.code.maven-play-plugin.spy/spymemcached "2.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.