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