This project is a Java client for the public Mocoapp API. The client is based on a fluent java api that maps the cascade of methods to the Mocoapp's api endpoints. For example:
mvn compile
Thank's to jitpack it's very easy to use current builds
Step 1. Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2. Add the dependency
<dependency>
<groupId>com.github.rocketbase-io</groupId>
<artifactId>mocoapp-api</artifactId>
<version>mocoapp-api-1.0.0</version>
</dependency>