Enterprise Downloads

Platform

Active

Hazelcast Platform

Management Center

Hazelcast Management Center

v5.4.0 — Built 04/15/2024
Version Downloads Documentation
Hazelcast Management Center 5.4.0 (latest)
04/15/2024
Hazelcast Management Center 5.3.3
10/17/2023
Hazelcast Management Center 5.3.2
08/10/2023
Hazelcast Management Center 5.3.1
07/06/2023
Find More Previous Releases
Previous Releases
v5.4.0-BETA-2 — Built 02/13/2024
Version Downloads Documentation
Hazelcast Management Center 5.4.0-BETA-2 (latest)
02/13/2024
Hazelcast Management Center 5.3-BETA-1
03/16/2022
Hazelcast Management Center 5.2-BETA-1
08/22/2022
Hazelcast Management Center 5.1-BETA-1
01/13/2022
Find More Previous Releases
Previous Releases
IMDG

Maintained

Jet

Hazelcast Jet

v4.5.4 — Built 12/09/2021
Maven

Click to copy, then paste the following snippets into your build:

<repository>
    <id>private-repository</id>
    <name>Hazelcast Private Repository</name>
    <url>https://repository.hazelcast.com/release/</url>
</repository>

<dependency>
    <groupId>com.hazelcast.jet</groupId>
    <artifactId>hazelcast-jet-enterprise</artifactId>
    <version>4.5.4</version>
</dependency>

Click to copy, then paste the following snippets into your build:

compile 'com.hazelcast.jet:hazelcast-jet-enterprise:4.5.4'

Pull hazelcast docker image from Docker registry via this command:

docker pull hazelcast/hazelcast-jet-enterprise

After that you should be able to run Hazelcast docker image by:

docker run -e JET_LICENSE_KEY=<your_license_key> -ti hazelcast/hazelcast-jet-enterprise
Version Downloads Documentation
Hazelcast Jet 4.5.4 (latest)
12/09/2021
Hazelcast Jet 4.5.3
12/21/2021
Hazelcast Jet 4.5.2
12/17/2021
Hazelcast Jet 4.5.1
09/10/2021
Find More Previous Releases
Previous Releases
IMDG Simulator

Hazelcast IMDG Simulator

v0.13 — Built 08/26/2021
Version Downloads Documentation
Hazelcast IMDG Simulator 0.13 (latest)
08/26/2021
Hazelcast IMDG Simulator 0.11
06/11/2019
Hazelcast IMDG Simulator 0.10
07/16/2017
Hazelcast IMDG Simulator 0.9.9
04/16/2018
Find More Previous Releases
Previous Releases
Clients

Hazelcast Clients

Hazelcast clients and programming language APIs allow you to extend the benefits of operational in-memory computing to applications in these languages. All of these clients and APIs are open source and supported by Hazelcast.