hashring

A consistent hash ring for load balancing and partitioning

License

License

GroupId

GroupId

com.github.jond3k
ArtifactId

ArtifactId

hashring
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

hashring
A consistent hash ring for load balancing and partitioning

Download hashring

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
com.netflix.curator : curator-recipes jar 1.2.4

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.9.1 jar 2.0.M3
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0