j

jgeohash

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.
http://astrapi69.github.io/jgeohash/
The Apache License, Version 2.0
Asterios Raptis
Files download
File Operation
jgeohash-1.4.4.jar download
jgeohash-1.4.4.pom download
jgeohash-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.alpharogroup</groupId>
  <artifactId>jgeohash</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'de.alpharogroup:jgeohash:1.4.4'
Gradle Kotlin
implementation("de.alpharogroup:jgeohash:1.4.4")
Scala SBT
libraryDependencies += "de.alpharogroup" % "jgeohash" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='de.alpharogroup', module='jgeohash', version='1.4.4')
)
Apache Ivy
<dependency org="de.alpharogroup" name="jgeohash" rev="1.4.4" />
Leiningen
[de.alpharogroup/jgeohash "1.4.4"]
Apache Buildr
'de.alpharogroup:jgeohash:jar:1.4.4'
Dependencies