Hazelcast is an open-source in-memory data grid that provides distributed data structures, caching, and computing capabilities for Java applications.
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-all</artifactId>
<version>4.2.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and starts a Hazelcast instance.
Migrate from Hazelcast 3.x to 4.x by updating imports and configuration; refer to the official migration guide.
No dependency data recorded yet.