fthomas / crjdt   0.0.7

Apache License 2.0 Website GitHub

A conflict-free replicated JSON datatype (CRDT) in Scala

Scala versions: 2.12 2.11
Scala.js versions: 0.6

crjdt-core 0.0.6


Group ID:
eu.timepit
Artifact ID:
crjdt-core_2.12
Version:
0.0.6
Release Date:
Nov 24, 2016
Licenses:
Files:

libraryDependencies += "eu.timepit" %% "crjdt-core" % "0.0.6"

Mill build tool

ivy"eu.timepit::crjdt-core:0.0.6"

Scala CLI

//> using dep "eu.timepit::crjdt-core:0.0.6"

Ammonite REPL

import $ivy.`eu.timepit::crjdt-core:0.0.6`

<dependency>
  <groupId>eu.timepit</groupId>
  <artifactId>crjdt-core_2.12</artifactId>
  <version>0.0.6</version>
</dependency>

compile group: 'eu.timepit', name: 'crjdt-core_2.12', version: '0.0.6'