| License | License | 
|---|---|
| Categories | CategoriesDex General Purpose Libraries Utility | 
| GroupId | GroupIdcom.yandex.android | 
| ArtifactId | ArtifactIdruntime | 
| Last Version | Last Version3.5.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionYandex MapKit Runtime MapKit is a software library that allows you to use Yandex map data and geo technologies in mobile apps. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| runtime-3.5.0.pom | |
| runtime-3.5.0.aar | 15 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.yandex.android/runtime/ -->
<dependency>
    <groupId>com.yandex.android</groupId>
    <artifactId>runtime</artifactId>
    <version>3.5.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.yandex.android/runtime/
implementation 'com.yandex.android:runtime:3.5.0'// https://jarcasting.com/artifacts/com.yandex.android/runtime/
implementation ("com.yandex.android:runtime:3.5.0")'com.yandex.android:runtime:aar:3.5.0'<dependency org="com.yandex.android" name="runtime" rev="3.5.0">
  <artifact name="runtime" type="aar" />
</dependency>@Grapes(
@Grab(group='com.yandex.android', module='runtime', version='3.5.0')
)libraryDependencies += "com.yandex.android" % "runtime" % "3.5.0"[com.yandex.android/runtime "3.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.android.support » support-v4 | jar | 27.0.0 | 
| com.google.android.gms » play-services-location | jar | 11.6.2 | 
| com.android.support » support-compat | jar | 27.0.0 |