is not current version
Last Version 5.1.2

com.hazelcast:hazelcast 4.2.4

Core Hazelcast Module

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast
Version

Version

4.2.4
Type

Type

jar

Download hazelcast 4.2.4


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