is not current version
Last Version 6.0.0.Alpha7

org.hibernate:hibernate-ehcache 4.3.0.Beta2

Integration for Ehcache into Hibernate as a second-level caching service

Categories

Categories

Ehcache Data Caching Hibernate ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-ehcache
Version

Version

4.3.0.Beta2
Type

Type

jar

Download hibernate-ehcache 4.3.0.Beta2


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-ehcache</artifactId>
    <version>4.3.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/
implementation 'org.hibernate:hibernate-ehcache:4.3.0.Beta2'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/
implementation ("org.hibernate:hibernate-ehcache:4.3.0.Beta2")
'org.hibernate:hibernate-ehcache:jar:4.3.0.Beta2'
<dependency org="org.hibernate" name="hibernate-ehcache" rev="4.3.0.Beta2">
  <artifact name="hibernate-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-ehcache', version='4.3.0.Beta2')
)
libraryDependencies += "org.hibernate" % "hibernate-ehcache" % "4.3.0.Beta2"
[org.hibernate/hibernate-ehcache "4.3.0.Beta2"]