| Группа | Группаcom.xamarin.testcloud |
|---|---|
| Идентификатор | Идентификаторappium |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| appium-1.0.pom | |
| appium-1.0.jar | 27 KB |
| appium-1.0-sources.jar | 11 KB |
| appium-1.0-javadoc.jar | 56 KB |
| Обзор |
<!-- 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"]