A simplistic, yet powerful API made to drive console based games and applications. ModestAPI is still in early development so there may be bugs that need to be sorted out and features to be implemented.
Release version 1.0
If you are not using framework support, you can download the jar file, here.
If you are using framework support, you can view the dependencies, here:
Maven
<dependency>
<groupId>net.sparkzz</groupId>
<artifactId>ModestAPI</artifactId>
<version>1.0.0.4</version>
</dependency>
Gradle/Grails
compile 'net.sparkzz:ModestAPI:1.0.0.4'
Published and distributed under the MIT License.