Skip to content

Instantly share code, notes, and snippets.

@enesakar
Created March 7, 2012 08:39
Show Gist options
  • Save enesakar/1991989 to your computer and use it in GitHub Desktop.
Save enesakar/1991989 to your computer and use it in GitHub Desktop.
hazel dep
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>1.9.4.4</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment