is not current version
Last Version 5.3

io.activej:activej-crdt 2.2

Conflict-free replicated data type implementation

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-crdt
Version

Version

2.2
Type

Type

jar

Download activej-crdt 2.2


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