License |
License |
---|---|
GroupId | GroupIdcom.uber |
ArtifactId | ArtifactIdh3 |
Version | Version4.0.0-rc1 |
Type | Typejar |
Description |
Descriptionh3
Java bindings for H3, a hierarchical hexagonal geospatial indexing system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
h3-4.0.0-rc1.pom | |
h3-4.0.0-rc1.jar | 1 MB |
h3-4.0.0-rc1-sources.jar | 24 KB |
h3-4.0.0-rc1-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber/h3/ -->
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>4.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber/h3/
implementation 'com.uber:h3:4.0.0-rc1'
// https://jarcasting.com/artifacts/com.uber/h3/
implementation ("com.uber:h3:4.0.0-rc1")
'com.uber:h3:jar:4.0.0-rc1'
<dependency org="com.uber" name="h3" rev="4.0.0-rc1">
<artifact name="h3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber', module='h3', version='4.0.0-rc1')
)
libraryDependencies += "com.uber" % "h3" % "4.0.0-rc1"
[com.uber/h3 "4.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.openjdk.jmh : jmh-core | jar | 1.19 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |
com.google.guava : guava | jar | 30.0-jre |