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