| License |
License |
|---|---|
| Categories |
CategoriesEhcache Data Caching Hibernate ORM |
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdhibernate-ehcache |
| Last Version | Last Version6.0.0.Alpha7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhibernate-ehcache - relocation
Hibernate ORM 6.0.0.Alpha7 release. See http://hibernate.org/orm/releases/6.0
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hibernate-ehcache-6.0.0.Alpha7.pom | |
| hibernate-ehcache-6.0.0.Alpha7.jar | 124 KB |
| hibernate-ehcache-6.0.0.Alpha7-sources.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<version>6.0.0.Alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/
implementation 'org.hibernate:hibernate-ehcache:6.0.0.Alpha7'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-ehcache/
implementation ("org.hibernate:hibernate-ehcache:6.0.0.Alpha7")
'org.hibernate:hibernate-ehcache:jar:6.0.0.Alpha7'
<dependency org="org.hibernate" name="hibernate-ehcache" rev="6.0.0.Alpha7">
<artifact name="hibernate-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-ehcache', version='6.0.0.Alpha7')
)
libraryDependencies += "org.hibernate" % "hibernate-ehcache" % "6.0.0.Alpha7"
[org.hibernate/hibernate-ehcache "6.0.0.Alpha7"]