Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 656 Bytes

gradle-starter

This project is a minimal gradle setup to use modicio in a Java project as documented in the modicio wiki.

Getting started

  • 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.