Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.xlvecle |
ArtifactId | ArtifactIdgeohash-poly |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geohash-poly-1.0.1.pom | |
geohash-poly-1.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/ -->
<dependency>
<groupId>com.xlvecle</groupId>
<artifactId>geohash-poly</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation 'com.xlvecle:geohash-poly:1.0.1'
// https://jarcasting.com/artifacts/com.xlvecle/geohash-poly/
implementation ("com.xlvecle:geohash-poly:1.0.1")
'com.xlvecle:geohash-poly:jar:1.0.1'
<dependency org="com.xlvecle" name="geohash-poly" rev="1.0.1">
<artifact name="geohash-poly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xlvecle', module='geohash-poly', version='1.0.1')
)
libraryDependencies += "com.xlvecle" % "geohash-poly" % "1.0.1"
[com.xlvecle/geohash-poly "1.0.1"]