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