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