conductor-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.mobile</groupId> <artifactId>conductor-client</artifactId> <version>1.3.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>dev.mobile</groupId> <artifactId>conductor-client</artifactId> <version>1.3.1</version> <name>Conductor Client</name> <description>Conductor 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.</description> <url>https://github.com/mobile-dev-inc/conductor</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>mobile-dev-inc</id> <name>mobile.dev inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/mobile-dev-inc/conductor.git</connection> <developerConnection>scm:git:ssh://git@github.com/mobile-dev-inc/conductor.git</developerConnection> <url>https://github.com/mobile-dev-inc/conductor</url> </scm> <dependencies> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-kotlin-stub</artifactId> <version>1.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.45.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <version>1.40.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.45.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-okhttp</artifactId> <version>1.45.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-kotlin</artifactId> <version>3.19.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.michael-bull.kotlin-result</groupId> <artifactId>kotlin-result-jvm</artifactId> <version>1.1.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.mobile</groupId> <artifactId>dadb</artifactId> <version>0.0.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.mobile</groupId> <artifactId>conductor-ios</artifactId> <version>1.3.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>