Skip to content

Siroshun09/ConfigAPI

Repository files navigation

ConfigAPI

Maven Central Maven Central GitHub Workflow Status GitHub

A configuration library for Java.

Requirements

  • Java 17+

Usage (Maven)

Javadoc is here

API

<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>configapi-core</artifactId>
    <version>5.0.0-beta.3</version>
    <scope>compile</scope>
</dependency>

Json (Gson)

<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>configapi-format-gson</artifactId>
    <version>5.0.0-beta.3</version>
    <scope>compile</scope>
</dependency>

Yaml

<dependency>
    <groupId>com.github.siroshun09.configapi</groupId>
    <artifactId>configapi-format-yaml</artifactId>
    <version>5.0.0-beta.3</version>
    <scope>compile</scope>
</dependency>

License

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

Copyright © 2020-2024, Siroshun09