Categories |
CategoriesCLI User Interface Hazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-client |
Version | Version3.4.5 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-client-3.4.5.pom | |
hazelcast-client-3.4.5.jar | 353 KB |
hazelcast-client-3.4.5-sources.jar | 197 KB |
hazelcast-client-3.4.5-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/
implementation 'com.hazelcast:hazelcast-client:3.4.5'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client/
implementation ("com.hazelcast:hazelcast-client:3.4.5")
'com.hazelcast:hazelcast-client:jar:3.4.5'
<dependency org="com.hazelcast" name="hazelcast-client" rev="3.4.5">
<artifact name="hazelcast-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-client', version='3.4.5')
)
libraryDependencies += "com.hazelcast" % "hazelcast-client" % "3.4.5"
[com.hazelcast/hazelcast-client "3.4.5"]