is not current version
Last Version 1.1

com.xamarin.testcloud:appium 1.0

Extensions for producing nice looking test reports for appium tests in Xamarin Test Cloud

GroupId

GroupId

com.xamarin.testcloud
ArtifactId

ArtifactId

appium
Version

Version

1.0
Type

Type

jar

Download appium 1.0


<!-- https://jarcasting.com/artifacts/com.xamarin.testcloud/appium/ -->
<dependency>
    <groupId>com.xamarin.testcloud</groupId>
    <artifactId>appium</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xamarin.testcloud/appium/
implementation 'com.xamarin.testcloud:appium:1.0'
// https://jarcasting.com/artifacts/com.xamarin.testcloud/appium/
implementation ("com.xamarin.testcloud:appium:1.0")
'com.xamarin.testcloud:appium:jar:1.0'
<dependency org="com.xamarin.testcloud" name="appium" rev="1.0">
  <artifact name="appium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xamarin.testcloud', module='appium', version='1.0')
)
libraryDependencies += "com.xamarin.testcloud" % "appium" % "1.0"
[com.xamarin.testcloud/appium "1.0"]