is not current version
Last Version 5.1.2

com.hazelcast:hazelcast 4.0

Core Hazelcast Module

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast
Version

Version

4.0
Type

Type

jar

Download hazelcast 4.0


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