Download jump-consistent-hash-1.0.0.jar file - Jar j

Jar examples for j:jump-consistent-hash

Description

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.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

jump-consistent-hash-1.0.0-javadoc.jar
jump-consistent-hash-1.0.0-sources.jar
jump-consistent-hash-1.0.0.jar
jump-consistent-hash-1.0.0.pom



Related Tutorials