License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.xlvecle |
ArtifactId | ArtifactIdgeohash-poly |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptiongeohash-poly
A tool written by kotlin for users who want to transform a GeoPolygon to a list of geohashes that cover it.
|
Project URL |
Project URL |
Project Organization |
Project Organizationxlvecle.com |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geohash-poly-1.0.4.pom | |
geohash-poly-1.0.4.jar | 6 KB |
geohash-poly-1.0.4-sources.jar | 1 KB |
geohash-poly-1.0.4-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/ -->
<dependency>
<groupId>com.xlvecle</groupId>
<artifactId>geohash-poly</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation 'com.xlvecle:geohash-poly:1.0.4'
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation ("com.xlvecle:geohash-poly:1.0.4")
'com.xlvecle:geohash-poly:jar:1.0.4'
<dependency org="com.xlvecle" name="geohash-poly" rev="1.0.4">
<artifact name="geohash-poly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xlvecle', module='geohash-poly', version='1.0.4')
)
libraryDependencies += "com.xlvecle" % "geohash-poly" % "1.0.4"
[com.xlvecle/geohash-poly "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.vividsolutions : jts | jar | 1.13 |
ch.hsr : geohash | jar | 1.3.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5-3 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.0.5-3 |