GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdappium |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
appium-3.4.0.pom | |
appium-3.4.0.jar | 104 KB |
appium-3.4.0-sources.jar | 93 KB |
appium-3.4.0-javadoc.jar | 885 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/appium/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>appium</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/appium/
implementation 'com.github.wasiqb.coteafs:appium:3.4.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/appium/
implementation ("com.github.wasiqb.coteafs:appium:3.4.0")
'com.github.wasiqb.coteafs:appium:jar:3.4.0'
<dependency org="com.github.wasiqb.coteafs" name="appium" rev="3.4.0">
<artifact name="appium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='appium', version='3.4.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "appium" % "3.4.0"
[com.github.wasiqb.coteafs/appium "3.4.0"]