A configuration library for Java.
- Java 17+
Javadoc is here
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-core</artifactId>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-format-gson</artifactId>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-format-yaml</artifactId>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
This project is under the Apache License version 2.0. Please see LICENSE for more info.
Copyright © 2020-2024, Siroshun09