ehcache-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-server</artifactId>
<version>3.8.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-server</artifactId>
<version>3.8.2.1</version>
<name>Ehcache 3 Server Side Clustering module</name>
<description>The Server Side Clustering module of Ehcache 3</description>
<url>http://ehcache.org</url>
<organization>
<name>Terracotta Inc., a wholly-owned subsidiary of Software AG USA, Inc.</name>
<url>http://terracotta.org</url>
</organization>
<issueManagement>
<system>Github</system>
<url>https://github.com/ehcache/ehcache3/issues</url>
</issueManagement>
<scm>
<url>https://github.com/ehcache/ehcache3</url>
<connection>scm:git:https://github.com/ehcache/ehcache3.git</connection>
<developerConnection>scm:git:git@github.com:ehcache/ehcache3.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Terracotta Engineers</name>
<email>tc-oss@softwareag.com</email>
<organization>Terracotta Inc., a wholly-owned subsidiary of Software AG USA, Inc.</organization>
<organizationUrl>http://ehcache.org</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>client-message-tracker</artifactId>
<version>5.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>offheap-resource</artifactId>
<version>5.7.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-common</artifactId>
<version>3.8.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>offheap-store</artifactId>
<version>2.5.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.terracotta.management</groupId>
<artifactId>monitoring-service-api</artifactId>
<version>5.7.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.terracotta.management.dist</groupId>
<artifactId>mnm-common</artifactId>
<version>5.7.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>entity-server-api</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>standard-cluster-services</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>runnel</artifactId>
<version>5.7.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>