| License |
License |
|---|---|
| Categories |
CategoriesDistribution Build Tools |
| GroupId | GroupIdcom.github.appiumtestdistribution |
| ArtifactId | ArtifactIddevicemanager |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDeviceManager
"Utility to Manage Connected iOS and Android Devices (Including iOS Simulators and Android Emulators)"
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| devicemanager-3.0.pom | |
| devicemanager-3.0.jar | 24 KB |
| devicemanager-3.0-sources.jar | 12 KB |
| devicemanager-3.0-javadoc.jar | 89 KB |
| devicemanager-3.0-jar-with-dependencies.jar | 900 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.appiumtestdistribution/devicemanager/ -->
<dependency>
<groupId>com.github.appiumtestdistribution</groupId>
<artifactId>devicemanager</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appiumtestdistribution/devicemanager/
implementation 'com.github.appiumtestdistribution:devicemanager:3.0'
// https://jarcasting.com/artifacts/com.github.appiumtestdistribution/devicemanager/
implementation ("com.github.appiumtestdistribution:devicemanager:3.0")
'com.github.appiumtestdistribution:devicemanager:jar:3.0'
<dependency org="com.github.appiumtestdistribution" name="devicemanager" rev="3.0">
<artifact name="devicemanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appiumtestdistribution', module='devicemanager', version='3.0')
)
libraryDependencies += "com.github.appiumtestdistribution" % "devicemanager" % "3.0"
[com.github.appiumtestdistribution/devicemanager "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| log4j : log4j | jar | 1.2.17 |
| org.json : json | jar | 20170516 |