jar

com.github.appiumtestdistribution : devicemanager

Maven & Gradle

Dec 04, 2018
1 usages
20 stars

DeviceManager · "Utility to Manage Connected iOS and Android Devices (Including iOS Simulators and Android Emulators)"

Table Of Contents

Latest Version

Download com.github.appiumtestdistribution : devicemanager JAR file - Latest Versions:

All Versions

Download com.github.appiumtestdistribution : devicemanager JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0
2.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window devicemanager-3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.utils

├─ com.github.utils.CommandPromptUtil.class - [JAR]

com.github.device

├─ com.github.device.Device.class - [JAR]

├─ com.github.device.DeviceManager.class - [JAR]

├─ com.github.device.DeviceType.class - [JAR]

├─ com.github.device.IOSRuntime.class - [JAR]

├─ com.github.device.SimulatorManager.class - [JAR]

com.github.interfaces

├─ com.github.interfaces.ISimulatorManager.class - [JAR]

├─ com.github.interfaces.Manager.class - [JAR]

com.github.android

├─ com.github.android.AndroidManager.class - [JAR]

com.github.iOS

├─ com.github.iOS.IOSManager.class - [JAR]

Advertisement