| Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Hibernate Data ORM |
|---|---|
| GroupId | GroupIdcom.hazelcast |
| ArtifactId | ArtifactIdhazelcast-hibernate |
| Version | Version3.6-EA3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hazelcast-hibernate-3.6-EA3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-hibernate/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-hibernate</artifactId>
<version>3.6-EA3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-hibernate/
implementation 'com.hazelcast:hazelcast-hibernate:3.6-EA3'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-hibernate/
implementation ("com.hazelcast:hazelcast-hibernate:3.6-EA3")
'com.hazelcast:hazelcast-hibernate:pom:3.6-EA3'
<dependency org="com.hazelcast" name="hazelcast-hibernate" rev="3.6-EA3">
<artifact name="hazelcast-hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-hibernate', version='3.6-EA3')
)
libraryDependencies += "com.hazelcast" % "hazelcast-hibernate" % "3.6-EA3"
[com.hazelcast/hazelcast-hibernate "3.6-EA3"]