MVN

io.github.ndviet : test-libraries-utilities

Maven & Gradle

Jan 18, 2023
0 stars

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

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>test-libraries-utilities</artifactId>
    <version>23.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ndviet : test-libraries-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.1.17

All Versions

Choose a version of io.github.ndviet : test-libraries-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.1.x
test-libraries-utilities-23.1.17
test-libraries-utilities-23.1.14
test-libraries-utilities-23.1.13
test-libraries-utilities-23.1.12

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>test-libraries-utilities</artifactId>
    <version>23.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ndviet : test-libraries-utilities gradle dependency to your build.gradle file:

implementation 'io.github.ndviet:test-libraries-utilities:23.1.17'

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

implementation("io.github.ndviet:test-libraries-utilities:23.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ndviet : test-libraries-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ndviet" % "test-libraries-utilities" % "23.1.17"

Advertisement