MVN

io.github.commonslibs : selenium_lib

Maven & Gradle

Jul 27, 2023
0 stars

Librería para realizar pruebas con Selenium · Proyecto con las funcionalidades comunes de todos los proyectos que vayan a usar Selenium como framework de pruebas funcionales

<dependency>
    <groupId>io.github.commonslibs</groupId>
    <artifactId>selenium_lib</artifactId>
    <version>0.2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.0.0

All Versions

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

Version Vulnerabilities Updated
0.2.x
selenium_lib-0.2.0.0
0.1.x
selenium_lib-0.1.0.8
selenium_lib-0.1.0.7
selenium_lib-0.1.0.6
selenium_lib-0.1.0.5
selenium_lib-0.1.0.4
selenium_lib-0.1.0.3
selenium_lib-0.1.0.2
selenium_lib-0.1.0.1
selenium_lib-0.1.0.0
0.0.x
selenium_lib-0.0.0.2
selenium_lib-0.0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.commonslibs</groupId>
    <artifactId>selenium_lib</artifactId>
    <version>0.2.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.commonslibs:selenium_lib:0.2.0.0'

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

implementation("io.github.commonslibs:selenium_lib:0.2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.commonslibs" % "selenium_lib" % "0.2.0.0"