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