sorokinigor / akka-persistence-hazelcast   1.1.1

Apache License 2.0 GitHub

A plugin for Akka Persistence, which provides a journal and a snapshot store backed by Hazelcast.

Scala versions: 2.12 2.11

akka-persistence-hazelcast 1.0.0


Group ID:
com.github.sorokinigor
Artifact ID:
akka-persistence-hazelcast_2.12
Version:
1.0.0
Release Date:
Jan 20, 2017
Licenses:
Files:

libraryDependencies += "com.github.sorokinigor" %% "akka-persistence-hazelcast" % "1.0.0"

Mill build tool

ivy"com.github.sorokinigor::akka-persistence-hazelcast:1.0.0"

Scala CLI

//> using dep "com.github.sorokinigor::akka-persistence-hazelcast:1.0.0"

Ammonite REPL

import $ivy.`com.github.sorokinigor::akka-persistence-hazelcast:1.0.0`

<dependency>
  <groupId>com.github.sorokinigor</groupId>
  <artifactId>akka-persistence-hazelcast_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.sorokinigor', name: 'akka-persistence-hazelcast_2.12', version: '1.0.0'