не последняя версия
Последняя версия 6.0.0.Alpha7

org.hibernate:hibernate-ehcache 3.6.0.Beta2

Integration of Hibernate with Ehcache

Категории

Категории

Ehcache Данные Caching Hibernate ORM
Группа

Группа

org.hibernate
Идентификатор

Идентификатор

hibernate-ehcache
Версия

Версия

3.6.0.Beta2
Тип

Тип

jar

Скачать hibernate-ehcache 3.6.0.Beta2


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