Skip to content

Release candidate 1

Compare
Choose a tag to compare
@terracotta-org terracotta-org released this 11 Mar 19:13
· 3307 commits to master since this release

Ehcache 3.0.0.rc1 release

First release candidate

This first release candidate focused on:

Getting started

Ehcache 3.0.0.rc1 has been released to maven central under the following coordinates:

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.0.0.rc1</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