License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-jcache |
Last Version | Last Version6.1.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-jcache - relocation
Integration for javax.cache into Hibernate as a second-level caching service
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-jcache/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jcache</artifactId>
<version>6.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jcache/
implementation 'org.hibernate:hibernate-jcache:6.1.0.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jcache/
implementation ("org.hibernate:hibernate-jcache:6.1.0.Final")
'org.hibernate:hibernate-jcache:jar:6.1.0.Final'
<dependency org="org.hibernate" name="hibernate-jcache" rev="6.1.0.Final">
<artifact name="hibernate-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-jcache', version='6.1.0.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-jcache" % "6.1.0.Final"
[org.hibernate/hibernate-jcache "6.1.0.Final"]