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