is not current version
Last Version 1.4.3

com.github.batkinson:jrsync 1.4.2

A minimal android-compatible synchronization tool for transferring files. It is based on the rsync algorithm, not the rsync command, to utilize minimal dependencies.

GroupId

GroupId

com.github.batkinson
ArtifactId

ArtifactId

jrsync
Version

Version

1.4.2
Type

Type

jar

Download jrsync 1.4.2


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