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.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.yandex.android</groupId>
  <artifactId>runtime</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.android:runtime:3.0.0'
Gradle Kotlin
implementation("com.yandex.android:runtime:3.0.0")
Scala SBT
libraryDependencies += "com.yandex.android" % "runtime" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.android', module='runtime', version='3.0.0')
)
Apache Ivy
<dependency org="com.yandex.android" name="runtime" rev="3.0.0" />
Leiningen
[com.yandex.android/runtime "3.0.0"]
Apache Buildr
'com.yandex.android:runtime:jar:3.0.0'