ConfigAPI
A configuration library for Java.
Requirements
- Java 8+
Usage (Maven)
Javadoc is here
Common
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>common</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
</dependency>
Yaml
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>yaml</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
</dependency>
License
This project is under the Apache License version 2.0. Please see LICENSE for more info.
Copyright © 2020-2021, Siroshun09