Jar examples for j:jump-consistent-hash
Java implementation of the jump consistent hashing algorithm from Lamping and Veach. Paper http://arxiv.org/ftp/arxiv/papers/1406/1406.2294.pdf.
You can download jar file jump-consistent-hash 1.0.0 in this page.
Apache License, Version 2.0
You can use the following script to add jump-consistent-hash-1.0.0.jar to your project.
<dependency> <groupId>com.github.ssedano</groupId> <artifactId>jump-consistent-hash</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.github.ssedano', name: 'jump-consistent-hash', version: '1.0.0'
libraryDependencies += "com.github.ssedano" % "jump-consistent-hash" % "1.0.0"
<dependency org="com.github.ssedano" name="jump-consistent-hash" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.ssedano', module='jump-consistent-hash', version='1.0.0'))
'com.github.ssedano:jump-consistent-hash:jar:1.0.0'
Click the following link to download the jar file.
jump-consistent-hash-1.0.0-javadoc.jar