This is a library for working with the Antidote Database.
The library is available on Maven Central, so you can simply add it as a dependency to your project (make sure to update the version used in this example):
<dependency>
<groupId>eu.antidotedb</groupId>
<artifactId>antidote-java-client</artifactId>
<version>0.3.1</version>
</dependency>
compile group: 'eu.antidotedb', name: 'antidote-java-client', version: '0.3.1'
git clone https://github.com/SyncFree/antidote-java-client.git
cd antidote-java-client
./gradlew install