License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial Jgeohash |
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdjgeohash |
Last Version | Last Version2.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjgeohash
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAlpha Ro Group UG (haftungsbeschrängt) |
Filename | Size |
---|---|
jgeohash-2.5.2.pom | |
jgeohash-2.5.2.jar | 25 KB |
jgeohash-2.5.2-sources.jar | 16 KB |
jgeohash-2.5.2-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jgeohash</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/
implementation 'de.alpharogroup:jgeohash:2.5.2'
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash/
implementation ("de.alpharogroup:jgeohash:2.5.2")
'de.alpharogroup:jgeohash:jar:2.5.2'
<dependency org="de.alpharogroup" name="jgeohash" rev="2.5.2">
<artifact name="jgeohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='jgeohash', version='2.5.2')
)
libraryDependencies += "de.alpharogroup" % "jgeohash" % "2.5.2"
[de.alpharogroup/jgeohash "2.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
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 |