Skip to content

qubole/allgood-consistent-hash-shaded

 
 

Repository files navigation

README

Shades allgood-consistent-hash library (https://github.com/ishugaliy/allgood-consistent-hash) under com.qubole groupId in order to publish it to maven central

Building

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, use release profile while releasing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%