Files download
File Operation
hazelcast-root-5.1-BETA-1.pom download
Apache Maven
<dependency>
  <groupId>com.hazelcast</groupId>
  <artifactId>hazelcast-root</artifactId>
  <version>5.1-BETA-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hazelcast:hazelcast-root:5.1-BETA-1'
Gradle Kotlin
implementation("com.hazelcast:hazelcast-root:5.1-BETA-1")
Scala SBT
libraryDependencies += "com.hazelcast" % "hazelcast-root" % "5.1-BETA-1"
Groovy Grape
@Grapes(
  @Grab(group='com.hazelcast', module='hazelcast-root', version='5.1-BETA-1')
)
Apache Ivy
<dependency org="com.hazelcast" name="hazelcast-root" rev="5.1-BETA-1" />
Leiningen
[com.hazelcast/hazelcast-root "5.1-BETA-1"]
Apache Buildr
'com.hazelcast:hazelcast-root:jar:5.1-BETA-1'