j

jumphash

Jump Consistent Hash algorithm
https://github.com/streametry/jumphash
MIT
Files download
File Operation
jumphash-1.0.jar download
jumphash-1.0.pom download
jumphash-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.streametry</groupId>
  <artifactId>jumphash</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.streametry:jumphash:1.0'
Gradle Kotlin
implementation("com.streametry:jumphash:1.0")
Scala SBT
libraryDependencies += "com.streametry" % "jumphash" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.streametry', module='jumphash', version='1.0')
)
Apache Ivy
<dependency org="com.streametry" name="jumphash" rev="1.0" />
Leiningen
[com.streametry/jumphash "1.0"]
Apache Buildr
'com.streametry:jumphash:jar:1.0'
Dependencies