A client library for memcached..
Here is the list of declaration for spymemcached. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>spy</groupId> <artifactId>spymemcached</artifactId> <version>2.8.1</version> </dependency>
If you think this Maven repository POM file listing for spymemcached is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The spymemcached-2.8.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | log4j 1.2.16 Apache Log4j 1.2 | 683 |
The following packages are defined in the spymemcached-2.8.1.jar
net.spy.memcached net.spy.memcached.auth net.spy.memcached.compat net.spy.memcached.compat.log net.spy.memcached.internal net.spy.memcached.ops net.spy.memcached.protocol net.spy.memcached.protocol.ascii net.spy.memcached.protocol.binary net.spy.memcached.spring net.spy.memcached.tapmessage net.spy.memcached.transcoders net.spy.memcached.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ Apache Ivy version: 2.2.0 20100923230623 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>spy</groupId> <artifactId>spymemcached</artifactId> <packaging>jar</packaging> <version>2.8.1</version> <description>A client library for memcached.</description> <url>http://www.couchbase.org/code/couchbase/java</url> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.0.3.RELEASE</version> <optional>true</optional> </dependency> </dependencies> </project>