License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.oracle.coherence.hibernate |
ArtifactId | ArtifactIdcoherence-hibernate-parent |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCoherence 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coherence-hibernate-parent-2.1.1.pom | 14 KB |
Browse |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.oracle.coherence.hibernate/coherence-hibernate-parent/
implementation ("com.oracle.coherence.hibernate:coherence-hibernate-parent:2.1.1")
'com.oracle.coherence.hibernate:coherence-hibernate-parent:pom:2.1.1'
<dependency org="com.oracle.coherence.hibernate" name="coherence-hibernate-parent" rev="2.1.1">
<artifact name="coherence-hibernate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.hibernate', module='coherence-hibernate-parent', version='2.1.1')
)
libraryDependencies += "com.oracle.coherence.hibernate" % "coherence-hibernate-parent" % "2.1.1"
[com.oracle.coherence.hibernate/coherence-hibernate-parent "2.1.1"]