https://github.com/siroshun09/configapi
A configuration library for Java.
https://github.com/siroshun09/configapi
config configuration java yaml
Last synced: 4 months ago
JSON representation
A configuration library for Java.
- Host: GitHub
- URL: https://github.com/siroshun09/configapi
- Owner: Siroshun09
- License: apache-2.0
- Created: 2020-05-06T09:27:48.000Z (about 6 years ago)
- Default Branch: v5.x.x
- Last Pushed: 2025-07-21T12:33:34.000Z (11 months ago)
- Last Synced: 2025-07-28T17:02:17.179Z (11 months ago)
- Topics: config, configuration, java, yaml
- Language: Java
- Homepage:
- Size: 4.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConfigAPI



A configuration library for Java.
## Requirements
- Java 21+
## Usage (Maven)
Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
### API
```xml
dev.siroshun.configapi
configapi-core
5.0.0-beta.6
compile
```
### Json (Gson)
```xml
dev.siroshun.configapi
configapi-format-gson
5.0.0-beta.6
compile
```
### Yaml
```xml
dev.siroshun.configapi
configapi-format-yaml
5.0.0-beta.6
compile
```
## License
This project is under the Apache License version 2.0. Please see [LICENSE](LICENSE) for more info.
Copyright © 2020-2025, Siroshun09