Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 358 Bytes

config-manager

This package provides ConfigManager class, which manages configuration files with support of layouts and comments.

Same as Properties Manager, but rewriten in JAVA

Usage

Maven
<dependency>
    <groupId>io.github.quellatalo</groupId>
    <artifactId>config-manager</artifactId>
    <version>1.0</version>
</dependency>