is not current version
Last Version 2.0b1

org.seleniumhq.selenium:selenium-remote-client 2.0a5


Categories

Categories

CLI User Interface
GroupId

GroupId

org.seleniumhq.selenium
ArtifactId

ArtifactId

selenium-remote-client
Version

Version

2.0a5
Type

Type

jar

Download selenium-remote-client 2.0a5


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