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