a

activej-ot

Implementation of operational transformation technology which allows to build collaborative software systems.
Files download
File Operation
activej-ot-4.1.jar download
activej-ot-4.1.pom download
activej-ot-4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-ot</artifactId>
  <version>4.1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-ot:4.1'
Gradle Kotlin
implementation("io.activej:activej-ot:4.1")
Scala SBT
libraryDependencies += "io.activej" % "activej-ot" % "4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-ot', version='4.1')
)
Apache Ivy
<dependency org="io.activej" name="activej-ot" rev="4.1" />
Leiningen
[io.activej/activej-ot "4.1"]
Apache Buildr
'io.activej:activej-ot:jar:4.1'