is not current version
Last Version 2.0rc2

org.seleniumhq.selenium:selenium-remote-control 1.0-beta-2


GroupId

GroupId

org.seleniumhq.selenium
ArtifactId

ArtifactId

selenium-remote-control
Version

Version

1.0-beta-2
Type

Type

jar

Download selenium-remote-control 1.0-beta-2


<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/ -->
<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-remote-control</artifactId>
    <version>1.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/
implementation 'org.seleniumhq.selenium:selenium-remote-control:1.0-beta-2'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/
implementation ("org.seleniumhq.selenium:selenium-remote-control:1.0-beta-2")
'org.seleniumhq.selenium:selenium-remote-control:jar:1.0-beta-2'
<dependency org="org.seleniumhq.selenium" name="selenium-remote-control" rev="1.0-beta-2">
  <artifact name="selenium-remote-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-remote-control', version='1.0-beta-2')
)
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-control" % "1.0-beta-2"
[org.seleniumhq.selenium/selenium-remote-control "1.0-beta-2"]