| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jond3k |
| ArtifactId | ArtifactIdhashring |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhashring
A consistent hash ring for load balancing and partitioning
|
| Filename | Size |
|---|---|
| hashring-1.0.pom | |
| hashring-1.0.jar | 30 KB |
| hashring-1.0-sources.jar | 4 KB |
| hashring-1.0-javadoc.jar | 262 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.9.1 |
| com.netflix.curator : curator-recipes | jar | 1.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.9.1 | jar | 2.0.M3 |
| org.mockito : mockito-all | jar | 1.9.0 |