Move to Maven Central instead of Github Repo
I think it's more safe and to work with Maven Central for publishing the JARs of this project. Our company (logz.io) would love to help setup this. WDYT?
Hi there,
Please help! let me know when you are done, I will update the readme.
Thx! -William
http://central.sonatype.org/pages/ossrh-guide.html
https://maven.apache.org/guides/mini/guide-central-repository-upload.html
Instructions on how to get opensource projects hosted and published on maven central.
@jpringle11 many thanks, I plan to upload bigqueue to maven central in the near future.
Hi all,
I managed to install it in Gradle using jitpack
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.bulldog2011:bigqueue:bigqueue-0.7.0'
}
Should work for Maven too.