MVN

io.github.handakumbura : Seleniumutil

Maven & Gradle

Feb 06, 2023
1 stars

SeleniumUtil · A collection of wrappers and utility classes to be used alongside the Selenium Web Driver

<dependency>
    <groupId>io.github.handakumbura</groupId>
    <artifactId>Seleniumutil</artifactId>
    <version>0.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.handakumbura : Seleniumutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.6

All Versions

Choose a version of io.github.handakumbura : Seleniumutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
Seleniumutil-0.7.6
Seleniumutil-0.7.5
Seleniumutil-0.7.0
0.6.x
Seleniumutil-0.6.5
Seleniumutil-0.6.0
0.5.x
Seleniumutil-0.5.0

How to add a dependency to Maven

Add the following io.github.handakumbura : Seleniumutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.handakumbura</groupId>
    <artifactId>Seleniumutil</artifactId>
    <version>0.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.handakumbura : Seleniumutil gradle dependency to your build.gradle file:

implementation 'io.github.handakumbura:Seleniumutil:0.7.6'

Gradle Kotlin DSL: Add the following io.github.handakumbura : Seleniumutil gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.handakumbura:Seleniumutil:0.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.handakumbura : Seleniumutil sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.handakumbura" % "Seleniumutil" % "0.7.6"