is not current version
Last Version 3.8.4

com.hazelcast:hazelcast-hibernate 3.6-EA


Categories

Categories

Hazelcast Application Layer Libs Distributed Applications Hibernate Data ORM
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast-hibernate
Version

Version

3.6-EA
Type

Type

pom

Download hazelcast-hibernate 3.6-EA


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