License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdch.hsr |
ArtifactId | ArtifactIdgeohash |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeohash-java
An implementation of Geohashes in pure Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
geohash-1.4.0.pom | |
geohash-1.4.0.jar | 24 KB |
geohash-1.4.0-sources.jar | 16 KB |
geohash-1.4.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.hsr/geohash/ -->
<dependency>
<groupId>ch.hsr</groupId>
<artifactId>geohash</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.hsr/geohash/
implementation 'ch.hsr:geohash:1.4.0'
// https://jarcasting.com/artifacts/ch.hsr/geohash/
implementation ("ch.hsr:geohash:1.4.0")
'ch.hsr:geohash:jar:1.4.0'
<dependency org="ch.hsr" name="geohash" rev="1.4.0">
<artifact name="geohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.hsr', module='geohash', version='1.4.0')
)
libraryDependencies += "ch.hsr" % "geohash" % "1.4.0"
[ch.hsr/geohash "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |