GroupId | GroupIdcom.comcast.magic-wand |
---|---|
ArtifactId | ArtifactIdappium |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
appium-4.0.1.pom | |
appium-4.0.1.jar | 28 KB |
appium-4.0.1-sources.jar | 26 KB |
appium-4.0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.comcast.magic-wand/appium/ -->
<dependency>
<groupId>com.comcast.magic-wand</groupId>
<artifactId>appium</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.magic-wand/appium/
implementation 'com.comcast.magic-wand:appium:4.0.1'
// https://jarcasting.com/artifacts/com.comcast.magic-wand/appium/
implementation ("com.comcast.magic-wand:appium:4.0.1")
'com.comcast.magic-wand:appium:jar:4.0.1'
<dependency org="com.comcast.magic-wand" name="appium" rev="4.0.1">
<artifact name="appium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast.magic-wand', module='appium', version='4.0.1')
)
libraryDependencies += "com.comcast.magic-wand" % "appium" % "4.0.1"
[com.comcast.magic-wand/appium "4.0.1"]