Author: Konrad Jamrozik, github.com/konrad-jamrozik
A library of code I find useful in my projects for the Java Vritual Machine.
In Gradle:
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
ext.utilities_version = '69e2f87ea6' // replace with the desired commit
dependencies {
compile "com.github.konrad-jamrozik:utilities:$utilities_version"
}
Please refer to this project on jitpack.io for build logs, information how to use other build systems, how to depend on branches, etc.