s

synchronization

General purpose synchronization library. Originally, the code was part of the {CodeStore} application which uses the algorithm to synchronize code snippets.
https://github.com/FranzDeschler/Synchronization
MIT License
Franz Deschler
Files download
File Operation
synchronization-1.1.0.jar download
synchronization-1.1.0.pom download
synchronization-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cloud.codestore</groupId>
  <artifactId>synchronization</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'cloud.codestore:synchronization:1.1.0'
Gradle Kotlin
implementation("cloud.codestore:synchronization:1.1.0")
Scala SBT
libraryDependencies += "cloud.codestore" % "synchronization" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='cloud.codestore', module='synchronization', version='1.1.0')
)
Apache Ivy
<dependency org="cloud.codestore" name="synchronization" rev="1.1.0" />
Leiningen
[cloud.codestore/synchronization "1.1.0"]
Apache Buildr
'cloud.codestore:synchronization:jar:1.1.0'