[]
(https://travis-ci.org/NelsonCrosby/NCUtils)
A small collection of everyday Java utilities
Using with Gradle:
repositories {
maven {
url 'https://dl.bintray.com/nelsoncrosby/maven'
}
}
dependencies {
compile 'io.github.nelsoncrosby:NCUtils:<version>'
}
Using with Maven: [See "Set me up!" on BinTray page] (https://bintray.com/nelsoncrosby/maven/NCUtils/)