MVN

com.iodesystems.selenium-jquery : selenium-jquery

Maven & Gradle

Jun 12, 2023
13 stars

SeleniumJQuery · SeleniumJQuery is a tool for writing more effective Selenium tests with the power of jQuery selectors and Kotlin's expressiveness

<dependency>
    <groupId>com.iodesystems.selenium-jquery</groupId>
    <artifactId>selenium-jquery</artifactId>
    <version>2.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iodesystems.selenium-jquery : selenium-jquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.9

All Versions

Choose a version of com.iodesystems.selenium-jquery : selenium-jquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
selenium-jquery-2.1.9
selenium-jquery-2.1.8
selenium-jquery-2.1.7
selenium-jquery-2.1.6
selenium-jquery-2.1.5
selenium-jquery-2.1.4
selenium-jquery-2.1.3
selenium-jquery-2.1.2
selenium-jquery-2.1.1
selenium-jquery-2.1.0
2.0.x
selenium-jquery-2.0.4
selenium-jquery-2.0.3
selenium-jquery-2.0.2

How to add a dependency to Maven

Add the following com.iodesystems.selenium-jquery : selenium-jquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iodesystems.selenium-jquery</groupId>
    <artifactId>selenium-jquery</artifactId>
    <version>2.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iodesystems.selenium-jquery : selenium-jquery gradle dependency to your build.gradle file:

implementation 'com.iodesystems.selenium-jquery:selenium-jquery:2.1.9'

Gradle Kotlin DSL: Add the following com.iodesystems.selenium-jquery : selenium-jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iodesystems.selenium-jquery:selenium-jquery:2.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iodesystems.selenium-jquery : selenium-jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iodesystems.selenium-jquery" % "selenium-jquery" % "2.1.9"