msx80 / simpleconf

Very simple configuration handling library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI JitPack

simpleconf

Very simple configuration handling library

Basic usage:

Configuration c = Configuration.load();

String myValue = c.get("my.value");
BigDecimal max = c.getBigDecimal("my.stuff.max", BigDecimal.ONE);

About

Very simple configuration handling library

License:MIT License


Languages

Language:Java 100.0%