Download hazelcast-3.3-EA.jar file - Jar h

Jar examples for h:hazelcast

Description

Hazelcast is an in-memory data grid solution for Java.

You can download jar file hazelcast 3.3-EA in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add hazelcast-3.3-EA.jar to your project.

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

Download

Click the following link to download the jar file.

hazelcast-3.3-EA-javadoc.jar
hazelcast-3.3-EA-sources.jar
hazelcast-3.3-EA-tests.jar
hazelcast-3.3-EA.jar
hazelcast-3.3-EA.pom



Related Tutorials