License |
License |
---|---|
GroupId | GroupIdcom.linecorp.abc |
ArtifactId | ArtifactIdkmm-h3-android-debug |
Last Version | Last Version0.1.7 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionkmm-h3
A library to convert Uber's H3 geo-index to LatLng vertices for Kotlin Multiplatform Mobile iOS and android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kmm-h3-android-debug-0.1.7.pom | |
kmm-h3-android-debug-0.1.7-sources.jar | 3 KB |
kmm-h3-android-debug-0.1.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.abc/kmm-h3-android-debug/ -->
<dependency>
<groupId>com.linecorp.abc</groupId>
<artifactId>kmm-h3-android-debug</artifactId>
<version>0.1.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.abc/kmm-h3-android-debug/
implementation 'com.linecorp.abc:kmm-h3-android-debug:0.1.7'
// https://jarcasting.com/artifacts/com.linecorp.abc/kmm-h3-android-debug/
implementation ("com.linecorp.abc:kmm-h3-android-debug:0.1.7")
'com.linecorp.abc:kmm-h3-android-debug:aar:0.1.7'
<dependency org="com.linecorp.abc" name="kmm-h3-android-debug" rev="0.1.7">
<artifact name="kmm-h3-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.abc', module='kmm-h3-android-debug', version='0.1.7')
)
libraryDependencies += "com.linecorp.abc" % "kmm-h3-android-debug" % "0.1.7"
[com.linecorp.abc/kmm-h3-android-debug "0.1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.21 |
Group / Artifact | Type | Version |
---|---|---|
com.uber : h3 | jar | 3.7.1 |