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