A minimial android-compatible synchronization tool for transferring files. It is based on the rsync algorithm, not the rsync command, to utilize minimal dependencies.
'com.github.batkinson:jrsync:1.0'
<dependency>
<groupId>com.github.batkinson</groupId>
<artifactId>jrsync</artifactId>
<version>1.0</version>
</dependency>
<dependency org="com.github.batkinson" name="jrsync" rev="1.0"/>
"com.github.batkinson", "jrsync", "1.0"