MVN

com.oracle.coherence.hibernate : coherence-hibernate-parent

Maven & Gradle

Jul 05, 2023
5 stars

Coherence Hibernate Project · The Coherence Hibernate project encompasses the code of integration points between Hibernate and Oracle Coherence, currently consisting of a Coherence-based integration of the Hibernate second-level cache SPI, and a Hibernate-based implementation of the Coherence CacheStore SPI.

<dependency>
    <groupId>com.oracle.coherence.hibernate</groupId>
    <artifactId>coherence-hibernate-parent</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.coherence.hibernate : coherence-hibernate-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.oracle.coherence.hibernate : coherence-hibernate-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
coherence-hibernate-parent-3.0.0
2.3.x
coherence-hibernate-parent-2.3.3
coherence-hibernate-parent-2.3.2-12.2.1-3-19
coherence-hibernate-parent-2.3.2
coherence-hibernate-parent-2.3.1
coherence-hibernate-parent-2.3.0
2.2.x
coherence-hibernate-parent-2.2.0
2.1.x
coherence-hibernate-parent-2.1.1
coherence-hibernate-parent-2.1.0
coherence-hibernate-parent-2.1.0-M1
2.0.x
coherence-hibernate-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.oracle.coherence.hibernate</groupId>
    <artifactId>coherence-hibernate-parent</artifactId>
    <version>3.0.0</version>
</dependency>