is not current version
Last Version 0.8.0

com.github.davidmoten:geo 0.6

Geohash encoding and decoding utilities including bounding box coverage.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

geo
Version

Version

0.6
Type

Type

jar

Download geo 0.6


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