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