mobmetricalib-core-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yandex.android</groupId>
<artifactId>mobmetricalib-core-api</artifactId>
<version>5.3.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.yandex.android</groupId>
<artifactId>mobmetricalib-core-api</artifactId>
<version>5.3.8</version>
<packaging>aar</packaging>
<name>AppMetrica SDK Core API</name>
<description>Declares AppMetrica SDK core APIs. AppMetrica SDK is a free analytics tool for developers of mobile apps for Android.</description>
<url>http://appmetrica.yandex.com/</url>
<licenses>
<license>
<name>Yandex AppMetrica SDK License Agreement</name>
<url>https://yandex.com/legal/appmetrica_sdk_agreement/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Yandex</name>
<url>http://appmetrica.yandex.com/</url>
</developer>
</developers>
<scm>
<connection>scm:git://github.com/yandexmobile/metrica-sdk-android.git</connection>
<developerConnection>scm:git:git@github.com/yandexmobile/metrica-sdk-android.git</developerConnection>
<url>https://github.com/yandexmobile/metrica-sdk-android.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.4.32</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yandex.android</groupId>
<artifactId>mobmetricalib-proto</artifactId>
<version>5.3.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>