| GroupId | GroupIdorg.seleniumhq.selenium | 
|---|---|
| ArtifactId | ArtifactIdselenium-remote-control | 
| Version | Version1.0-beta-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| selenium-remote-control-1.0-beta-2.pom | 6 KB | 
| selenium-remote-control-1.0-beta-2-tests.jar | 2 KB | 
| selenium-remote-control-1.0-beta-2-dist.zip | 10 MB | 
| Browse | 
<!-- 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"]