Product Documentation : BigMemory Go Developer Guide : Working with Apache Maven : Creating Enterprise Edition Clients
Creating Enterprise Edition Clients
The following example shows the dependencies needed for creating Terracotta 4.3.0 clients. Version numbers can be found in the specific Terracotta kit you are installing. Be sure to update all artifactIds and versions to match those found in your kit.
<dependencies>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>terracotta-toolkit-runtime-ee</artifactId>
<version>4.3.0</version>
</dependency>
<!-- The following dependencies are required for using Ehcache.
Dependencies not listed here include the SLF4J API JAR (version 1.6.1) and an SLF4J
binding JAR of your choice. These JARs specify the required logging framework.
It also does not include the explicit-locking JAR.-->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-ee</artifactId>
<version>2.10.0</version>
</dependency>
<!-- The following dependencies are required for using Terracotta Sessions. -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>web-sessions</artifactId>
<version>4.3.0</version>
</dependency>
</dependencies>
Copyright © 2010-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback