The README says
The code is not yet being deployed to Maven central (we're working on that!), so you'll have to build your own version.
What's the status of deploying to Maven Central? Is there anything I can help with?
I'm also working on adding modules to some other libraries that would depend on this one, which need publicly available artifacts for their CI builds. Until this library is publicly published (and something like #7 is merged), I was thinking about publishing our build under another group ID (probably to my company's Maven repository on Bintray). Do you have any concerns with that? Should I also rename the Java packages, or is it good enough to use different Maven coordinates for the jar?
The README says
What's the status of deploying to Maven Central? Is there anything I can help with?
I'm also working on adding modules to some other libraries that would depend on this one, which need publicly available artifacts for their CI builds. Until this library is publicly published (and something like #7 is merged), I was thinking about publishing our build under another group ID (probably to my company's Maven repository on Bintray). Do you have any concerns with that? Should I also rename the Java packages, or is it good enough to use different Maven coordinates for the jar?