Gradle:
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Phoenix-Ra:AtumConfiguration:Tag'
}
Convenient library to implement configuration files in your project. Supports JSON, YAML, TOML
JavaApache-2.0
Gradle:
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Phoenix-Ra:AtumConfiguration:Tag'
}