Skip to content

Ehcache 3.0.1

Compare
Choose a tag to compare
@terracotta-org terracotta-org released this 09 May 11:23
· 3065 commits to master since this release

Ehcache 3.0.1

First maintenance release for Ehcache 3.0

This maintenance release of Ehcache offers the following:

Getting started

Ehcache 3.0.1 has been released to maven central under the following coordinates:

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.0.1</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Further reading