is not current version
Last Version 5.3

io.activej:activej-crdt 5.0-rc1

Conflict-free replicated data type implementation

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-crdt
Version

Version

5.0-rc1
Type

Type

jar

Download activej-crdt 5.0-rc1


<!-- https://jarcasting.com/artifacts/io.activej/activej-crdt/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-crdt</artifactId>
    <version>5.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-crdt/
implementation 'io.activej:activej-crdt:5.0-rc1'
// https://jarcasting.com/artifacts/io.activej/activej-crdt/
implementation ("io.activej:activej-crdt:5.0-rc1")
'io.activej:activej-crdt:jar:5.0-rc1'
<dependency org="io.activej" name="activej-crdt" rev="5.0-rc1">
  <artifact name="activej-crdt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-crdt', version='5.0-rc1')
)
libraryDependencies += "io.activej" % "activej-crdt" % "5.0-rc1"
[io.activej/activej-crdt "5.0-rc1"]