Enterprise Downloads

Platform
Management Center

Hazelcast Management Center

v5.6.0 — Built 10/21/2024
Version Downloads Documentation
Hazelcast Management Center 5.6.0 (latest)
10/21/2024
Hazelcast Management Center 5.5.2
09/02/2024
Hazelcast Management Center 5.5.1
08/07/2024
Hazelcast Management Center 5.5.0
07/29/2024
Find More Previous Releases
Previous Releases
IMDG

Maintained

Hazelcast IMDG

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
Data Migration Tool

Tools

Data Migration Tool

v5.3.6 — Built 01/17/2024
Version Downloads Documentation
Data Migration Tool 5.3.6 (latest)
01/17/2024
Find More 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.