Skip to content

Siroshun09/ConfigAPI

Repository files navigation

ConfigAPI

Maven Central GitHub Workflow Status GitHub

A configuration library for Java.

Requirements

  • Java 21+

Usage (Maven)

Javadoc is here

API

<dependency>
    <groupId>dev.siroshun.configapi</groupId>
    <artifactId>configapi-core</artifactId>
    <version>5.0.0-beta.6</version>
    <scope>compile</scope>
</dependency>

Json (Gson)

<dependency>
    <groupId>dev.siroshun.configapi</groupId>
    <artifactId>configapi-format-gson</artifactId>
    <version>5.0.0-beta.6</version>
    <scope>compile</scope>
</dependency>

Yaml

<dependency>
    <groupId>dev.siroshun.configapi</groupId>
    <artifactId>configapi-format-yaml</artifactId>
    <version>5.0.0-beta.6</version>
    <scope>compile</scope>
</dependency>

License

This project is under the Apache License version 2.0. Please see LICENSE for more info.

Copyright © 2020-2025, Siroshun09

About

A configuration library for Java.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages