MVN

org.seleniumhq.selenium : selenium-remote-common

Maven & Gradle

Jan 01, 2011
1 usages

selenium-remote-common

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-remote-common</artifactId>
    <version>2.0b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seleniumhq.selenium : selenium-remote-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0b1

All Versions

Choose a version of org.seleniumhq.selenium : selenium-remote-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0b1
selenium-remote-common-2.0b1
2.0a7
selenium-remote-common-2.0a7
2.0a6
selenium-remote-common-2.0a6
2.0a5
selenium-remote-common-2.0a5
2.0a4
selenium-remote-common-2.0a4
2.0a2
selenium-remote-common-2.0a2
2.0a1
selenium-remote-common-2.0a1

How to add a dependency to Maven

Add the following org.seleniumhq.selenium : selenium-remote-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-remote-common</artifactId>
    <version>2.0b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seleniumhq.selenium : selenium-remote-common gradle dependency to your build.gradle file:

implementation 'org.seleniumhq.selenium:selenium-remote-common:2.0b1'

Gradle Kotlin DSL: Add the following org.seleniumhq.selenium : selenium-remote-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seleniumhq.selenium:selenium-remote-common:2.0b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seleniumhq.selenium : selenium-remote-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-common" % "2.0b1"