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