This repository has been deprecated by the owner.

patriknw / akka-data-replication   0.11

GitHub

Replication of CRDTs in Akka Cluster

Scala versions: 2.10

akka-data-replication 0.6


Group ID:
com.github.patriknw
Artifact ID:
akka-data-replication_2.10
Version:
0.6
Release Date:
Sept 21, 2014
Licenses:

libraryDependencies += "com.github.patriknw" %% "akka-data-replication" % "0.6"
resolvers += Resolver.bintrayRepo("patriknw", "maven")

Mill build tool

ivy"com.github.patriknw::akka-data-replication:0.6"
MavenRepository("https://dl.bintray.com/patriknw/maven")

Scala CLI

//> using dep "com.github.patriknw::akka-data-replication:0.6"

Ammonite REPL

import $ivy.`com.github.patriknw::akka-data-replication:0.6`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray patriknw maven",
  "Some(https://dl.bintray.com/patriknw/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.patriknw</groupId>
  <artifactId>akka-data-replication_2.10</artifactId>
  <version>0.6</version>
</dependency>

compile group: 'com.github.patriknw', name: 'akka-data-replication_2.10', version: '0.6'