Installation
Maven
Using maven, the library can be added as dependency of your project by specifying the following in your pom.xml
<repositories>
<repository>
<id>sync-mvn-repo</id>
<url>https://raw.github.com/p2p-sync/sync/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.rmatil.sync</groupId>
<artifactId>sync</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
</dependencies>