| License |
License |
|---|---|
| GroupId | GroupIdcom.uber |
| ArtifactId | ArtifactIdh3 |
| Last Version | Last Version4.0.0-rc2 |
| Release Date | Release Date |
| 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-rc2.pom | |
| h3-4.0.0-rc2.jar | 751 KB |
| h3-4.0.0-rc2-sources.jar | 21 KB |
| h3-4.0.0-rc2-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uber/h3/ -->
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>4.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber/h3/
implementation 'com.uber:h3:4.0.0-rc2'
// https://jarcasting.com/artifacts/com.uber/h3/
implementation ("com.uber:h3:4.0.0-rc2")
'com.uber:h3:jar:4.0.0-rc2'
<dependency org="com.uber" name="h3" rev="4.0.0-rc2">
<artifact name="h3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber', module='h3', version='4.0.0-rc2')
)
libraryDependencies += "com.uber" % "h3" % "4.0.0-rc2"
[com.uber/h3 "4.0.0-rc2"]
| 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 |