MVN

ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64

Maven & Gradle

Jun 21, 2024

Yandex MapKit KMP SDK Compose Utils · Yandex MapKit KMP SDK is a Kotlin-first SDK for Yandex MapKit. It's API is similar to the Yandex MapKit SDK but also supports multiplatform projects and compose multiplaform, enabling you to use MapKit directly from your common source targeting iOS or Android.

<dependency>
    <groupId>ru.sulgik.mapkit</groupId>
    <artifactId>yandex-mapkit-kmp-compose-iosarm64</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
yandex-mapkit-kmp-compose-iosarm64-0.0.1

How to add a dependency to Maven

Add the following ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.sulgik.mapkit</groupId>
    <artifactId>yandex-mapkit-kmp-compose-iosarm64</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 gradle dependency to your build.gradle file:

implementation 'ru.sulgik.mapkit:yandex-mapkit-kmp-compose-iosarm64:0.0.1'

Gradle Kotlin DSL: Add the following ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.sulgik.mapkit:yandex-mapkit-kmp-compose-iosarm64:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.sulgik.mapkit : yandex-mapkit-kmp-compose-iosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.sulgik.mapkit" % "yandex-mapkit-kmp-compose-iosarm64" % "0.0.1"