MVN

dev.mobile : maestro-network-proxy-android

Maven & Gradle

May 02, 2023
5.1k stars

Maestro Network Proxy Android · Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.

<dependency>
    <groupId>dev.mobile</groupId>
    <artifactId>maestro-network-proxy-android</artifactId>
    <version>1.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.mobile : maestro-network-proxy-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27.0

All Versions

Choose a version of dev.mobile : maestro-network-proxy-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27.x
maestro-network-proxy-android-1.27.0
1.26.x
maestro-network-proxy-android-1.26.1
maestro-network-proxy-android-1.26.0
1.25.x
maestro-network-proxy-android-1.25.0
1.24.x
maestro-network-proxy-android-1.24.0
1.22.x
maestro-network-proxy-android-1.22.2
maestro-network-proxy-android-1.22.1
maestro-network-proxy-android-1.22.0
1.21.x
maestro-network-proxy-android-1.21.3
maestro-network-proxy-android-1.21.2
maestro-network-proxy-android-1.21.1
maestro-network-proxy-android-1.21.0
1.20.x
maestro-network-proxy-android-1.20.0
1.19.x
maestro-network-proxy-android-1.19.5
maestro-network-proxy-android-1.19.4
maestro-network-proxy-android-1.19.3
maestro-network-proxy-android-1.19.2
maestro-network-proxy-android-1.19.1
1.18.x
maestro-network-proxy-android-1.18.5
maestro-network-proxy-android-1.18.3
maestro-network-proxy-android-1.18.2
maestro-network-proxy-android-1.18.1
maestro-network-proxy-android-1.18.0
1.17.x
maestro-network-proxy-android-1.17.4
maestro-network-proxy-android-1.17.3
1.16.x
maestro-network-proxy-android-1.16.5-network-mocking3
maestro-network-proxy-android-1.16.5-network-mocking2
maestro-network-proxy-android-1.16.5-network-mocking

How to add a dependency to Maven

Add the following dev.mobile : maestro-network-proxy-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.mobile</groupId>
    <artifactId>maestro-network-proxy-android</artifactId>
    <version>1.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.mobile : maestro-network-proxy-android gradle dependency to your build.gradle file:

implementation 'dev.mobile:maestro-network-proxy-android:1.27.0'

Gradle Kotlin DSL: Add the following dev.mobile : maestro-network-proxy-android gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.mobile:maestro-network-proxy-android:1.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.mobile : maestro-network-proxy-android sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.mobile" % "maestro-network-proxy-android" % "1.27.0"

Advertisement