is not current version
Last Version 2.1.1

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

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.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.oracle.coherence.hibernate
ArtifactId

ArtifactId

coherence-hibernate-parent
Version

Version

2.1.0
Type

Type

pom

Download coherence-hibernate-parent 2.1.0


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