h

hazelcast-client

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