vendor-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.malinskiy.marathon</groupId>
<artifactId>vendor-android</artifactId>
<version>0.9.1</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 https://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.malinskiy.marathon</groupId>
<artifactId>vendor-android</artifactId>
<version>0.9.1</version>
<name>vendor-android</name>
<description>Cross-platform test runner</description>
<url>https://github.com/MarathonLabs/marathon</url>
<licenses>
<license>
<name>GNU General Public License v2.0 only</name>
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>marathon-team</id>
<name>Marathon team</name>
<email>anton@malinskiy.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/MarathonLabs/marathon</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-java-commons</artifactId>
<version>2.25.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>3.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.linkedin.dextestparser</groupId>
<artifactId>parser</artifactId>
<version>2.3.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.shazam</groupId>
<artifactId>axmlparser</artifactId>
<version>1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.malinskiy.marathon</groupId>
<artifactId>core</artifactId>
<version>0.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>common</artifactId>
<version>31.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.malinskiy.adam</groupId>
<artifactId>adam</artifactId>
<version>0.5.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.malinskiy.adam</groupId>
<artifactId>android-testrunner-contract</artifactId>
<version>0.5.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>