Last Version

Jump consistent hash 1.0.0

Java implementation of the jump consistent hashing algorithm from Lamping and Veach. Paper http://arxiv.org/ftp/arxiv/papers/1406/1406.2294.pdf.

License

License

GroupId

GroupId

com.github.ssedano
ArtifactId

ArtifactId

jump-consistent-hash
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/ssedano/jump-consistent-hash
Source Code Management

Source Code Management

https://github.com/ssedano/jump-consistent-hash

Download jump-consistent-hash 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.ssedano/jump-consistent-hash/ -->
<dependency>
    <groupId>com.github.ssedano</groupId>
    <artifactId>jump-consistent-hash</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ssedano/jump-consistent-hash/
implementation 'com.github.ssedano:jump-consistent-hash:1.0.0'
// https://jarcasting.com/artifacts/com.github.ssedano/jump-consistent-hash/
implementation ("com.github.ssedano:jump-consistent-hash:1.0.0")
'com.github.ssedano:jump-consistent-hash:jar:1.0.0'
<dependency org="com.github.ssedano" name="jump-consistent-hash" rev="1.0.0">
  <artifact name="jump-consistent-hash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ssedano', module='jump-consistent-hash', version='1.0.0')
)
libraryDependencies += "com.github.ssedano" % "jump-consistent-hash" % "1.0.0"
[com.github.ssedano/jump-consistent-hash "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.