Последняя версия

Core library 0.6.2

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

Лицензия

Лицензия

Группа

Группа

eu.mais-h.mathsync
Идентификатор

Идентификатор

core
Версия

Версия

0.6.2
Тип

Тип

jar
Описание

Описание

Core library
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

Скачать core 0.6.2


<!-- https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/ -->
<dependency>
    <groupId>eu.mais-h.mathsync</groupId>
    <artifactId>core</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation 'eu.mais-h.mathsync:core:0.6.2'
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation ("eu.mais-h.mathsync:core:0.6.2")
'eu.mais-h.mathsync:core:jar:0.6.2'
<dependency org="eu.mais-h.mathsync" name="core" rev="0.6.2">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mais-h.mathsync', module='core', version='0.6.2')
)
libraryDependencies += "eu.mais-h.mathsync" % "core" % "0.6.2"
[eu.mais-h.mathsync/core "0.6.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.4
org.json : json jar 20131018

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.easytesting : fest-assert jar 1.4

Модули Проекта

Данный проект не имеет модулей.