java-metrohash
A Java 8 implementation of some MetroHash algorithms.
See http://www.jandrewrogers.com/2015/05/27/metrohash for an explanation of MetroHash.
See https://github.com/jandrewrogers/MetroHash for the reference implementation.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.adgear |
| Идентификатор | Идентификаторmetrohash |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjava-metrohash
A Java 8 implementation of some MetroHash algorithms.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| metrohash-1.0.0.pom | |
| metrohash-1.0.0.jar | 7 KB |
| metrohash-1.0.0-sources.jar | 3 KB |
| metrohash-1.0.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.adgear/metrohash/ -->
<dependency>
<groupId>com.adgear</groupId>
<artifactId>metrohash</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.adgear/metrohash/
implementation 'com.adgear:metrohash:1.0.0'
// https://jarcasting.com/artifacts/com.adgear/metrohash/
implementation ("com.adgear:metrohash:1.0.0")
'com.adgear:metrohash:jar:1.0.0'
<dependency org="com.adgear" name="metrohash" rev="1.0.0">
<artifact name="metrohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adgear', module='metrohash', version='1.0.0')
)
libraryDependencies += "com.adgear" % "metrohash" % "1.0.0"
[com.adgear/metrohash "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A Java 8 implementation of some MetroHash algorithms.
See http://www.jandrewrogers.com/2015/05/27/metrohash for an explanation of MetroHash.
See https://github.com/jandrewrogers/MetroHash for the reference implementation.