is not current version
Last Version 5.3

io.activej:activej-crdt 1.0

Conflict-free replicated data type implementation

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-crdt
Version

Version

1.0
Type

Type

jar

Download activej-crdt 1.0


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