r

runtime

MapKit is a software library that allows you to use Yandex map data and geo technologies in mobile apps.
https://tech.yandex.ru/maps/mapkit
Terms of Use of Yandex.Maps API
Yandex
Files download
File Operation
runtime-3.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.yandex.android</groupId>
  <artifactId>runtime</artifactId>
  <version>3.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.android:runtime:3.3.1'
Gradle Kotlin
implementation("com.yandex.android:runtime:3.3.1")
Scala SBT
libraryDependencies += "com.yandex.android" % "runtime" % "3.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.android', module='runtime', version='3.3.1')
)
Apache Ivy
<dependency org="com.yandex.android" name="runtime" rev="3.3.1" />
Leiningen
[com.yandex.android/runtime "3.3.1"]
Apache Buildr
'com.yandex.android:runtime:jar:3.3.1'