MVN

io.github.ndviet : library-webui

Maven & Gradle

Jan 12, 2023
0 stars

Test Automation Libraries - Web · Open source test automation framework with rich test supporting libraries are written in Java.

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>library-webui</artifactId>
    <version>23.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ndviet : library-webui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.1.11

All Versions

Choose a version of io.github.ndviet : library-webui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.1.x
library-webui-23.1.11
library-webui-23.1.10
v23.1.x
library-webui-v23.1.9
library-webui-v23.1.8
library-webui-v23.1.7
library-webui-v23.1.6
library-webui-v23.1.5
library-webui-v23.1.4
library-webui-v23.1.2
library-webui-v23.1.1
library-webui-v23.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>library-webui</artifactId>
    <version>23.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ndviet : library-webui gradle dependency to your build.gradle file:

implementation 'io.github.ndviet:library-webui:23.1.11'

Gradle Kotlin DSL: Add the following io.github.ndviet : library-webui gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ndviet:library-webui:23.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ndviet : library-webui sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ndviet" % "library-webui" % "23.1.11"