c

crjdt-core_2.11

A conflict-free replicated JSON datatype (CRDT) in Scala
https://github.com/fthomas/crjdt
Apache-2.0
eu.timepit
Frank S. Thomas
文件下载
文件名 操作
crjdt-core_2.11-0.0.7.jar 下载
crjdt-core_2.11-0.0.7.pom 下载
crjdt-core_2.11-0.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.timepit</groupId>
  <artifactId>crjdt-core_2.11</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'eu.timepit:crjdt-core_2.11:0.0.7'
Gradle Kotlin
implementation("eu.timepit:crjdt-core_2.11:0.0.7")
Scala SBT
libraryDependencies += "eu.timepit" % "crjdt-core_2.11" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='eu.timepit', module='crjdt-core_2.11', version='0.0.7')
)
Apache Ivy
<dependency org="eu.timepit" name="crjdt-core_2.11" rev="0.0.7" />
Leiningen
[eu.timepit/crjdt-core_2.11 "0.0.7"]
Apache Buildr
'eu.timepit:crjdt-core_2.11:jar:0.0.7'