h

hashring

A consistent hash ring for load balancing and partitioning
The Apache Software License, Version 2.0
Jonathan Davey
Files download
File Operation
hashring-1.0.jar download
hashring-1.0.pom download
hashring-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jond3k</groupId>
  <artifactId>hashring</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jond3k:hashring:1.0'
Gradle Kotlin
implementation("com.github.jond3k:hashring:1.0")
Scala SBT
libraryDependencies += "com.github.jond3k" % "hashring" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jond3k', module='hashring', version='1.0')
)
Apache Ivy
<dependency org="com.github.jond3k" name="hashring" rev="1.0" />
Leiningen
[com.github.jond3k/hashring "1.0"]
Apache Buildr
'com.github.jond3k:hashring:jar:1.0'