is not current version
Last Version 5.1.2

com.hazelcast:hazelcast 1.6-RC1

Hazelcast is an in-memory data grid solution for Java.

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast
Version

Version

1.6-RC1
Type

Type

jar

Download hazelcast 1.6-RC1


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