adb-server-device
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.kaspersky.android-components</groupId> <artifactId>adb-server-device</artifactId> <version>1.6.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 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.kaspersky.android-components</groupId> <artifactId>adb-server-device</artifactId> <version>1.6.0</version> <name>Kaspresso</name> <description>Android framework for UI testing</description> <url>https://github.com/KasperskyLab/Kaspresso</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://github.com/KasperskyLab/Kaspresso/blob/master/LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>AzamatCherchesov</id> <name>Azamat Cherchesov</name> <url>https://github.com/AzamatCherchesov</url> </developer> <developer> <id>eakurnikov</id> <name>Egor Kurnikov</name> <url>https://github.com/eakurnikov</url> </developer> <developer> <id>Fullik</id> <name>Pogos Azaryan</name> <url>https://github.com/Fullik</url> </developer> <developer> <id>matzuk</id> <name>Eugene Matsyuk</name> <url>https://github.com/matzuk</url> </developer> <developer> <id>Nikitae57</id> <name>Nikita Evdokimov</name> <url>https://github.com/Nikitae57</url> </developer> <developer> <id>RuslanMingaliev</id> <name>Ruslan Mingaliev</name> <url>https://github.com/RuslanMingaliev</url> </developer> <developer> <id>VladislavSumin</id> <name>Vladislav Sumin</name> <url>https://github.com/VladislavSumin</url> </developer> </developers> <scm> <url>https://github.com/KasperskyLab/Kaspresso</url> </scm> <dependencies> <dependency> <groupId>com.kaspersky.android-components</groupId> <artifactId>adb-server-common</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.kaspersky.android-components</groupId> <artifactId>adb-server-command-types</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.kaspersky.android-components</groupId> <artifactId>adb-server-connection</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.kaspersky.android-components</groupId> <artifactId>adb-server-desktop-device-connection</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.8.22</version> <scope>runtime</scope> </dependency> </dependencies> </project>