Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdcom.github.appiumtestdistribution |
ArtifactId | ArtifactIddevicemanager |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
devicemanager-2.2.pom | |
devicemanager-2.2.jar | 24 KB |
devicemanager-2.2-sources.jar | 12 KB |
devicemanager-2.2-javadoc.jar | 89 KB |
devicemanager-2.2-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>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appiumtestdistribution/devicemanager/
implementation 'com.github.appiumtestdistribution:devicemanager:2.2'
// https://jarcasting.com/artifacts/com.github.appiumtestdistribution/devicemanager/
implementation ("com.github.appiumtestdistribution:devicemanager:2.2")
'com.github.appiumtestdistribution:devicemanager:jar:2.2'
<dependency org="com.github.appiumtestdistribution" name="devicemanager" rev="2.2">
<artifact name="devicemanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appiumtestdistribution', module='devicemanager', version='2.2')
)
libraryDependencies += "com.github.appiumtestdistribution" % "devicemanager" % "2.2"
[com.github.appiumtestdistribution/devicemanager "2.2"]