de.alpharogroup:jgeohash-geoip

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.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial Jgeohash
GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

jgeohash-geoip
Last Version

Last Version

2.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

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 Organization

Project Organization

Alpha Ro Group UG (haftungsbeschrängt)

Download jgeohash-geoip

How to add to project

<!-- https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-geoip/ -->
<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>jgeohash-geoip</artifactId>
    <version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-geoip/
implementation 'de.alpharogroup:jgeohash-geoip:2.5.2'
// https://jarcasting.com/artifacts/de.alpharogroup/jgeohash-geoip/
implementation ("de.alpharogroup:jgeohash-geoip:2.5.2")
'de.alpharogroup:jgeohash-geoip:jar:2.5.2'
<dependency org="de.alpharogroup" name="jgeohash-geoip" rev="2.5.2">
  <artifact name="jgeohash-geoip" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='jgeohash-geoip', version='2.5.2')
)
libraryDependencies += "de.alpharogroup" % "jgeohash-geoip" % "2.5.2"
[de.alpharogroup/jgeohash-geoip "2.5.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.maxmind.geoip : geoip-api jar 1.2.14
de.alpharogroup : jgeohash-core jar 2.5.2
de.alpharogroup : jcommons-lang jar 5.1
org.projectlombok : lombok jar 1.18.4

test (7)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.2
2.5.1
2.5
2.4.0
2.3.0