ironfish / akka-persistence-mongo   0.7.6

Apache License 2.0 GitHub

An Akka Persistence Plugin for Mongo

Scala versions: 2.11 2.10

akka-persistence-mongo-common 0.7.6


Group ID:
com.github.ironfish
Artifact ID:
akka-persistence-mongo-common_2.10
Version:
0.7.6
Release Date:
Aug 23, 2015
Licenses:

libraryDependencies += "com.github.ironfish" %% "akka-persistence-mongo-common" % "0.7.6"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.ironfish::akka-persistence-mongo-common:0.7.6"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.ironfish::akka-persistence-mongo-common:0.7.6"

Ammonite REPL

import $ivy.`com.github.ironfish::akka-persistence-mongo-common:0.7.6`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.ironfish</groupId>
  <artifactId>akka-persistence-mongo-common_2.10</artifactId>
  <version>0.7.6</version>
</dependency>

compile group: 'com.github.ironfish', name: 'akka-persistence-mongo-common_2.10', version: '0.7.6'