| License |
License |
|---|---|
| GroupId | GroupIdcloud.codestore |
| ArtifactId | ArtifactIdsynchronization |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSynchronization 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| synchronization-1.0.1.pom | |
| synchronization-1.0.1.jar | 22 KB |
| synchronization-1.0.1-sources.jar | 16 KB |
| synchronization-1.0.1-javadoc.jar | 185 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.mockito : mockito-junit-jupiter | jar | 4.5.1 |