| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeo Прикладные библиотеки Geospatial Jgeohash |
| Группа | Группаde.alpharogroup |
| Идентификатор | Идентификаторjgeohash-core |
| Последняя версия | Последняя версия2.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAn easy-to-implement library that can assist Java developers in using the
GeoHash algorithm in order to create geocodes based on custom latitude and longitude values.
With the help of jGeohash, Java developers will be able to quickly and easily generate
a geohash code using user-defined latitude and longitude values.
By using the GeoHash algorithm, the space can be divided into multiple grid shapes.
This library is a basic implementation from the GeoHash algorithm written in the java
and can be applied to generate from the latitude and longitude a geohash code and reverse.
The library is kept simple and have no dependencies to other libraries.
|
| Организация-разработчик |
Организация-разработчикAlpha Ro Group UG (haftungsbeschrängt) |
| Имя Файла | Размер |
|---|---|
| jgeohash-core-2.5.2.pom | |
| jgeohash-core-2.5.2.jar | 23 KB |
| jgeohash-core-2.5.2-sources.jar | 17 KB |
| jgeohash-core-2.5.2-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-core/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jgeohash-core</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-core/
implementation 'de.alpharogroup:jgeohash-core:2.5.2'
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-core/
implementation ("de.alpharogroup:jgeohash-core:2.5.2")
'de.alpharogroup:jgeohash-core:jar:2.5.2'
<dependency org="de.alpharogroup" name="jgeohash-core" rev="2.5.2">
<artifact name="jgeohash-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='jgeohash-core', version='2.5.2')
)
libraryDependencies += "de.alpharogroup" % "jgeohash-core" % "2.5.2"
[de.alpharogroup/jgeohash-core "2.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.alpharogroup : jobject-merge-api | jar | 2.5 |
| org.projectlombok : lombok | jar | 1.18.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.meanbean : meanbean | jar | 2.0.3 |
| de.alpharogroup : jobject-evaluate | jar | 2.5 |
| de.alpharogroup : test-objects | jar | 5 |
| de.alpharogroup : silly-collections | jar | 5 |
| org.testng : testng | jar | 6.14.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.23.4 |