appmetrica-build-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yandex.android</groupId>
<artifactId>appmetrica-build-plugin</artifactId>
<version>0.7.0</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yandex.android</groupId>
<artifactId>appmetrica-build-plugin</artifactId>
<version>0.7.0</version>
<name>Yandex AppMetrica Build Plugin</name>
<description>Yandex AppMetrica Build Plugin is a free tool for uploading Proguard mappings to Yandex AppMetrica</description>
<url>https://appmetrica.yandex.com/</url>
<licenses>
<license>
<name>Terms of Use of Yandex.Metrica service</name>
<url>https://legal.yandex.com/metrica_termsofuse/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Yandex</name>
<url>https://appmetrica.yandex.com/</url>
<roles>
<role>Developer</role>
<role>Contributor</role>
</roles>
</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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<dependencies>
<dependency>
<groupId>io.github.http-builder-ng</groupId>
<artifactId>http-builder-ng-apache</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>