This project is a minimal gradle setup to use modicio in a Java project as documented in the modicio wiki.
- Clone this repository
- Get the modicio jar package see modicio wiki
- Add the path to the modicio jar in the
build.gradle
file as shown by the comment there - The MainClass with some example code is ready to start.
Note that Java integration doc here and the ScalaDoc page here.