s

selenium-remote-driver

Files download
File Operation
selenium-remote-driver-2.0rc2.jar download
selenium-remote-driver-2.0rc2.pom download
selenium-remote-driver-2.0rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-remote-driver</artifactId>
  <version>2.0rc2</version>
</dependency>
Gradle Groovy
implementation 'org.seleniumhq.selenium:selenium-remote-driver:2.0rc2'
Gradle Kotlin
implementation("org.seleniumhq.selenium:selenium-remote-driver:2.0rc2")
Scala SBT
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-driver" % "2.0rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.seleniumhq.selenium', module='selenium-remote-driver', version='2.0rc2')
)
Apache Ivy
<dependency org="org.seleniumhq.selenium" name="selenium-remote-driver" rev="2.0rc2" />
Leiningen
[org.seleniumhq.selenium/selenium-remote-driver "2.0rc2"]
Apache Buildr
'org.seleniumhq.selenium:selenium-remote-driver:jar:2.0rc2'