https://github.com/patternfm/minimal
A simple Java API that exposes minimalist interfaces for common functions including identity generation, JSON parsing and reflection.
https://github.com/patternfm/minimal
id-generation java json reflection
Last synced: 12 months ago
JSON representation
A simple Java API that exposes minimalist interfaces for common functions including identity generation, JSON parsing and reflection.
- Host: GitHub
- URL: https://github.com/patternfm/minimal
- Owner: PatternFM
- License: apache-2.0
- Created: 2017-02-19T01:27:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T01:07:53.000Z (almost 9 years ago)
- Last Synced: 2023-07-26T23:18:32.435Z (over 2 years ago)
- Topics: id-generation, java, json, reflection
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/PatternFM/minimal)
[](https://coveralls.io/github/PatternFM/minimal?branch=master)
[](https://codebeat.co/projects/github-com-patternfm-minimal-master)
# Introduction
Minimal is a simple API that exposes minimalist interfaces for common functions including identity generation, JSON parsing and reflection.
# Documentation
A getting started guide and reference documentation for Minimal is hosted on the [Minimal Project Page](http://pattern.fm/minimal/#documentation).
# Building from Source
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
```
# Continuous Integration
The Continuous Integration service for the project is hosted on [Travis](https://travis-ci.org/PatternFM/minimal)
# Licensing
This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.