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