is not current version
Last Version 4.0.0-rc2

com.uber:h3 3.0.4

Java bindings for H3, a hierarchical hexagonal geospatial indexing system.

GroupId

GroupId

com.uber
ArtifactId

ArtifactId

h3
Version

Version

3.0.4
Type

Type

jar

Download h3 3.0.4


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