Last Version

hashring 1.0

A consistent hash ring for load balancing and partitioning

License

License

GroupId

GroupId

com.github.jond3k
ArtifactId

ArtifactId

hashring
Version

Version

1.0
Type

Type

jar
Description

Description

hashring
A consistent hash ring for load balancing and partitioning

Download hashring 1.0


<!-- 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.