MVN

co.verisoft : Selenium4-Junit5

Maven & Gradle

Aug 22, 2023

co.verisoft:Selenium4-Junit5 · VeriSoft framewordk for testing web and mobile applications. Selenium Module

<dependency>
    <groupId>co.verisoft</groupId>
    <artifactId>Selenium4-Junit5</artifactId>
    <version>0.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.verisoft : Selenium4-Junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.16

All Versions

Choose a version of co.verisoft : Selenium4-Junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
Selenium4-Junit5-0.1.16
Selenium4-Junit5-0.1.15
Selenium4-Junit5-0.1.14
Selenium4-Junit5-0.1.13
Selenium4-Junit5-0.1.12
Selenium4-Junit5-0.1.11
Selenium4-Junit5-0.1.10
Selenium4-Junit5-0.1.9
Selenium4-Junit5-0.1.8
Selenium4-Junit5-0.1.7
Selenium4-Junit5-0.1.6
Selenium4-Junit5-0.1.3
Selenium4-Junit5-0.1.1
0.1
Selenium4-Junit5-0.1
0.0.x
Selenium4-Junit5-0.0.8
Selenium4-Junit5-0.0.7
Selenium4-Junit5-0.0.6
Selenium4-Junit5-0.0.4
Selenium4-Junit5-0.0.3

How to add a dependency to Maven

Add the following co.verisoft : Selenium4-Junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.verisoft</groupId>
    <artifactId>Selenium4-Junit5</artifactId>
    <version>0.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.verisoft : Selenium4-Junit5 gradle dependency to your build.gradle file:

implementation 'co.verisoft:Selenium4-Junit5:0.1.16'

Gradle Kotlin DSL: Add the following co.verisoft : Selenium4-Junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.verisoft:Selenium4-Junit5:0.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.verisoft : Selenium4-Junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.verisoft" % "Selenium4-Junit5" % "0.1.16"

Advertisement