is not current version
Last Version 5.1.2

com.hazelcast:hazelcast 3.12.12

Core Hazelcast Module

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast
Version

Version

3.12.12
Type

Type

jar

Download hazelcast 3.12.12


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