Files download
File Operation
h3-4.0.0.jar download
h3-4.0.0.pom download
h3-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.uber</groupId>
  <artifactId>h3</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.uber:h3:4.0.0'
Gradle Kotlin
implementation("com.uber:h3:4.0.0")
Scala SBT
libraryDependencies += "com.uber" % "h3" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.uber', module='h3', version='4.0.0')
)
Apache Ivy
<dependency org="com.uber" name="h3" rev="4.0.0" />
Leiningen
[com.uber/h3 "4.0.0"]
Apache Buildr
'com.uber:h3:jar:4.0.0'