Last Version

Synchronization Library 1.0.1

General purpose synchronization library. Originally, the code was part of the {CodeStore} application which uses the algorithm to synchronize code snippets.

License

License

GroupId

GroupId

cloud.codestore
ArtifactId

ArtifactId

synchronization
Version

Version

1.0.1
Type

Type

jar
Description

Description

Synchronization Library
General purpose synchronization library. Originally, the code was part of the {CodeStore} application which uses the algorithm to synchronize code snippets.
Project URL

Project URL

https://github.com/FranzDeschler/Synchronization
Source Code Management

Source Code Management

https://github.com/FranzDeschler/Synchronization

Download synchronization 1.0.1


<!-- https://jarcasting.com/artifacts/cloud.codestore/synchronization/ -->
<dependency>
    <groupId>cloud.codestore</groupId>
    <artifactId>synchronization</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.codestore/synchronization/
implementation 'cloud.codestore:synchronization:1.0.1'
// https://jarcasting.com/artifacts/cloud.codestore/synchronization/
implementation ("cloud.codestore:synchronization:1.0.1")
'cloud.codestore:synchronization:jar:1.0.1'
<dependency org="cloud.codestore" name="synchronization" rev="1.0.1">
  <artifact name="synchronization" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.codestore', module='synchronization', version='1.0.1')
)
libraryDependencies += "cloud.codestore" % "synchronization" % "1.0.1"
[cloud.codestore/synchronization "1.0.1"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.mockito : mockito-junit-jupiter jar 4.5.1

Project Modules

There are no modules declared in this project.