Shades allgood-consistent-hash library (https://github.com/ishugaliy/allgood-consistent-hash) under com.qubole groupId in order to publish it to maven central
Add following to your maven settings.xml (~/.m2/settings.xml), merge with existing servers tag if the file already has other servers configured
<settings>
<servers>
<server>
<id>github</id>
<username>{your_github_username}</username>
<password>{your_github_access_token}</password>
</server>
</servers>
</settings>
Build via mvn install