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