GroupId | GroupIdorg.seleniumhq.selenium |
---|---|
ArtifactId | ArtifactIdselenium-iphone-driver |
Version | Version2.0rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-iphone-driver/ -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-iphone-driver</artifactId>
<version>2.0rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-iphone-driver/
implementation 'org.seleniumhq.selenium:selenium-iphone-driver:2.0rc2'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-iphone-driver/
implementation ("org.seleniumhq.selenium:selenium-iphone-driver:2.0rc2")
'org.seleniumhq.selenium:selenium-iphone-driver:jar:2.0rc2'
<dependency org="org.seleniumhq.selenium" name="selenium-iphone-driver" rev="2.0rc2">
<artifact name="selenium-iphone-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-iphone-driver', version='2.0rc2')
)
libraryDependencies += "org.seleniumhq.selenium" % "selenium-iphone-driver" % "2.0rc2"
[org.seleniumhq.selenium/selenium-iphone-driver "2.0rc2"]