/AtumConfiguration

Convenient library to implement configuration files in your project. Supports JSON, YAML, TOML

Primary LanguageJavaApache License 2.0Apache-2.0

Gradle:

repositories {
     ...
     maven { url 'https://jitpack.io' }
}
dependencies { 
    compileOnly 'com.github.Phoenix-Ra:AtumConfiguration:Tag'
}