MVN

io.github.fslev : selenium-jutils

Maven & Gradle

Apr 26, 2023
3 stars

Selenium JUtils · Selenium Java Utilities

<dependency>
    <groupId>io.github.fslev</groupId>
    <artifactId>selenium-jutils</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fslev : selenium-jutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of io.github.fslev : selenium-jutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
selenium-jutils-1.24
1.23
selenium-jutils-1.23
1.22
selenium-jutils-1.22
1.21
selenium-jutils-1.21
1.20
selenium-jutils-1.20
1.19
selenium-jutils-1.19
1.18
selenium-jutils-1.18
1.17
selenium-jutils-1.17
1.16
selenium-jutils-1.16
1.15
selenium-jutils-1.15
1.14
selenium-jutils-1.14
1.13
selenium-jutils-1.13
1.12
selenium-jutils-1.12
1.11
selenium-jutils-1.11
1.10
selenium-jutils-1.10
1.9
selenium-jutils-1.9
1.8
selenium-jutils-1.8
1.7
selenium-jutils-1.7
1.6
selenium-jutils-1.6
1.5
selenium-jutils-1.5
1.4
selenium-jutils-1.4
1.3
selenium-jutils-1.3
1.2
selenium-jutils-1.2
1.1
selenium-jutils-1.1
1.0
selenium-jutils-1.0

How to add a dependency to Maven

Add the following io.github.fslev : selenium-jutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fslev</groupId>
    <artifactId>selenium-jutils</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fslev : selenium-jutils gradle dependency to your build.gradle file:

implementation 'io.github.fslev:selenium-jutils:1.24'

Gradle Kotlin DSL: Add the following io.github.fslev : selenium-jutils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fslev:selenium-jutils:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fslev : selenium-jutils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fslev" % "selenium-jutils" % "1.24"

Advertisement