Download hazelcast-client-1.8.3.jar file - Jar h

Jar examples for h:hazelcast-client

Description

You can download jar file hazelcast-client 1.8.3 in this page.

License

Open Source License

Build File

You can use the following script to add hazelcast-client-1.8.3.jar to your project.

<dependency>
   <groupId>com.hazelcast</groupId>
   <artifactId>hazelcast-client</artifactId>
   <version>1.8.3</version>
</dependency>
compile group: 'com.hazelcast', name: 'hazelcast-client', version: '1.8.3'
libraryDependencies += "com.hazelcast" % "hazelcast-client" % "1.8.3"
<dependency org="com.hazelcast" name="hazelcast-client" rev="1.8.3"/>
@Grapes(@Grab(group='com.hazelcast', module='hazelcast-client', version='1.8.3'))
'com.hazelcast:hazelcast-client:jar:1.8.3'

Download

Click the following link to download the jar file.

hazelcast-client-1.8.3.jar
hazelcast-client-1.8.3.pom
hazelcast-client-1.8.3-sources.jar
hazelcast-client-1.8.3-tests.jar



Related Tutorials