Minimal is a simple API that exposes minimalist interfaces for common functions including identity generation, JSON parsing and reflection.
A getting started guide and reference documentation for Minimal is hosted on the Minimal Project Page.
Both JDK 8 and Maven 3 are required to build Minimal from source. With these prerequisites in place you can build Minimal by:
git clone https://github.com/PatternFM/minimal.git
cd minimal
mvn clean install
The Continuous Integration service for the project is hosted on Travis
This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.