License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.wenhao |
ArtifactId | ArtifactIdgeohash |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionmushrooms
52 bit GeoHash search algorithm.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geohash-1.0.2.pom | |
geohash-1.0.2.jar | 8 KB |
geohash-1.0.2-sources.jar | 4 KB |
geohash-1.0.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenhao/geohash/ -->
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>geohash</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenhao/geohash/
implementation 'com.github.wenhao:geohash:1.0.2'
// https://jarcasting.com/artifacts/com.github.wenhao/geohash/
implementation ("com.github.wenhao:geohash:1.0.2")
'com.github.wenhao:geohash:jar:1.0.2'
<dependency org="com.github.wenhao" name="geohash" rev="1.0.2">
<artifact name="geohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenhao', module='geohash', version='1.0.2')
)
libraryDependencies += "com.github.wenhao" % "geohash" % "1.0.2"
[com.github.wenhao/geohash "1.0.2"]