Just a small collection of utilities which I wanted to implement by myself.
Check out Args Utilities
Make sure you add jitpack as a repository!
allprojects {
repositories {
...
maven { url 'https://jitpack.io/#in.mcxiv' }
}
}