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