a

activej-ot

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