How to use
core
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-core</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-core:${version}")
yaml
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-yaml</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-yaml:${version}")
json
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-json</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:configs-json:${version}")
How to contribute?
Just fork the repo and send us a pull request.
Make sure your branch builds without any warnings/issues:
mvn clean install