Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.easyAutomate |
ArtifactId | ArtifactIdautomateMobile-appium |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.easyAutomate/automateMobile-appium/ -->
<dependency>
<groupId>com.github.easyAutomate</groupId>
<artifactId>automateMobile-appium</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easyAutomate/automateMobile-appium/
implementation 'com.github.easyAutomate:automateMobile-appium:1.0.1'
// https://jarcasting.com/artifacts/com.github.easyAutomate/automateMobile-appium/
implementation ("com.github.easyAutomate:automateMobile-appium:1.0.1")
'com.github.easyAutomate:automateMobile-appium:jar:1.0.1'
<dependency org="com.github.easyAutomate" name="automateMobile-appium" rev="1.0.1">
<artifact name="automateMobile-appium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easyAutomate', module='automateMobile-appium', version='1.0.1')
)
libraryDependencies += "com.github.easyAutomate" % "automateMobile-appium" % "1.0.1"
[com.github.easyAutomate/automateMobile-appium "1.0.1"]