Maven Repository - POM file for Cache jmemcached-core 1.0.0 1.0.0

Summary

jmemcached Core.

Core implementation of the cache daemon.

Declaration

Here is the list of declaration for jmemcached-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.thimbleware.jmemcached</groupId>
   <artifactId>jmemcached-core</artifactId>
   <version>1.0.0</version>
</dependency>

If you think this Maven repository POM file listing for jmemcached-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Plugin

The following plugins are used in the jmemcached-core-1.0.0.jar

  1. jdepend-maven-plugin




Packages

The following packages are defined in the jmemcached-core-1.0.0.jar

com.thimbleware.jmemcached
com.thimbleware.jmemcached.protocol
com.thimbleware.jmemcached.protocol.binary
com.thimbleware.jmemcached.protocol.exceptions
com.thimbleware.jmemcached.protocol.text
com.thimbleware.jmemcached.storage
com.thimbleware.jmemcached.storage.bytebuffer
com.thimbleware.jmemcached.storage.hash
com.thimbleware.jmemcached.storage.mmap
com.thimbleware.jmemcached.util




POM File Source

Here is the content of the POM file.

<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>
    <artifactId>jmemcached-core</artifactId>
    <packaging>jar</packaging>
    <name>jmemcached Core</name>
    <description>Core implementation of the cache daemon</description>

    <parent>
        <groupId>com.thimbleware.jmemcached</groupId>
        <artifactId>jmemcached-parent</artifactId>
        <version>1.0.0</version>
        <relativePath>../</relativePath>
    </parent>

    <dependencies>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>

        <dependency>
            <artifactId>slf4j-api</artifactId>
            <groupId>org.slf4j</groupId>
        </dependency>

      
        
        <dependency>
            <groupId>org.jboss.netty</groupId>
            <artifactId>netty</artifactId>
        </dependency>

    </dependencies>

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>jdepend-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </reporting>


</project>