is not current version
Last Version 3.12.12

com.hazelcast:hazelcast-client 3.11.1


Categories

Categories

CLI User Interface Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

hazelcast-client
Version

Version

3.11.1
Type

Type

jar

Download hazelcast-client 3.11.1


<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/ -->
<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>hazelcast-client</artifactId>
    <version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/
implementation 'com.hazelcast:hazelcast-client:3.11.1'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/
implementation ("com.hazelcast:hazelcast-client:3.11.1")
'com.hazelcast:hazelcast-client:jar:3.11.1'
<dependency org="com.hazelcast" name="hazelcast-client" rev="3.11.1">
  <artifact name="hazelcast-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-client', version='3.11.1')
)
libraryDependencies += "com.hazelcast" % "hazelcast-client" % "3.11.1"
[com.hazelcast/hazelcast-client "3.11.1"]