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