p

parent

Helping synchronization between clients and servers accross a network. The client is expected to have pushed its changes to the server and then requests the library to pull changes from the server. Clients of the library must provide on the server a way to serialize items and an endpoint, as well as a way to deserialize items and to access the server endpoint on the client. The algorithm requires O(log(n)) roundtrips to the server and consumes a total bandwidth of O(n) where n is the number of items which changed on the server since the last synchronization
http://mathsync.mais-h.eu
The Apache Software License, Version 2.0
Mathieu Bruyen
Files download
File Operation
parent-0.6.1.pom download
Apache Maven
<dependency>
  <groupId>eu.mais-h.mathsync</groupId>
  <artifactId>parent</artifactId>
  <version>0.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.mais-h.mathsync:parent:0.6.1'
Gradle Kotlin
implementation("eu.mais-h.mathsync:parent:0.6.1")
Scala SBT
libraryDependencies += "eu.mais-h.mathsync" % "parent" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.mais-h.mathsync', module='parent', version='0.6.1')
)
Apache Ivy
<dependency org="eu.mais-h.mathsync" name="parent" rev="0.6.1" />
Leiningen
[eu.mais-h.mathsync/parent "0.6.1"]
Apache Buildr
'eu.mais-h.mathsync:parent:jar:0.6.1'