MVN

com.linecorp.abc : kmm-location-iosx64

Maven & Gradle

Jan 27, 2022
80 stars

kmm-location-iosx64 · Location Service Manager for Kotlin Multiplatform Mobile iOS and android

<dependency>
    <groupId>com.linecorp.abc</groupId>
    <artifactId>kmm-location-iosx64</artifactId>
    <version>0.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.abc : kmm-location-iosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.11

All Versions

Choose a version of com.linecorp.abc : kmm-location-iosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
kmm-location-iosx64-0.2.11
kmm-location-iosx64-0.2.10
kmm-location-iosx64-0.2.9
kmm-location-iosx64-0.2.8
kmm-location-iosx64-0.2.7
kmm-location-iosx64-0.2.6
kmm-location-iosx64-0.2.5
kmm-location-iosx64-0.2.4
kmm-location-iosx64-0.2.3

How to add a dependency to Maven

Add the following com.linecorp.abc : kmm-location-iosx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.abc</groupId>
    <artifactId>kmm-location-iosx64</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.abc : kmm-location-iosx64 gradle dependency to your build.gradle file:

implementation 'com.linecorp.abc:kmm-location-iosx64:0.2.11'

Gradle Kotlin DSL: Add the following com.linecorp.abc : kmm-location-iosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.abc:kmm-location-iosx64:0.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.abc : kmm-location-iosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.abc" % "kmm-location-iosx64" % "0.2.11"