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