| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ssedano |
| Идентификатор | Идентификаторjump-consistent-hash |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jump-consistent-hash-1.0.0.pom | |
| jump-consistent-hash-1.0.0.jar | 3 KB |
| jump-consistent-hash-1.0.0-sources.jar | 2 KB |
| jump-consistent-hash-1.0.0-javadoc.jar | 23 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |