All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.noear.wood.cache.memcached.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.noear</groupId>
    <artifactId>wood-parent</artifactId>
    <version>1.3.1</version>
    <relativePath>../../wood-parent/pom.xml</relativePath>
  </parent>
  <groupId>org.noear</groupId>
  <artifactId>wood.cache.memcached</artifactId>
  <version>1.3.1</version>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>wood</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.spy</groupId>
      <artifactId>spymemcached</artifactId>
    </dependency>
  </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy