is not current version
Last Version 5.1.2

com.hazelcast:hazelcast 3.12.6

Core Hazelcast Module

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast
Version

Version

3.12.6
Type

Type

jar

Download hazelcast 3.12.6


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