is not current version
Last Version 2.0rc2

org.seleniumhq.selenium:selenium-remote-control 1.0.1


GroupId

GroupId

org.seleniumhq.selenium
ArtifactId

ArtifactId

selenium-remote-control
Version

Version

1.0.1
Type

Type

jar

Download selenium-remote-control 1.0.1


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