MVN

io.github.ndviet : test-robot-framework

Maven & Gradle

Jan 18, 2023
3 stars

Robot Framework Test Repository · Test repository with test case is created and executed in Robot Framework.

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

Latest Version

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

  • Latest Stable: 23.1.17

All Versions

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

Version Vulnerabilities Updated
23.1.x
test-robot-framework-23.1.17
test-robot-framework-23.1.14
test-robot-framework-23.1.13
test-robot-framework-23.1.12
test-robot-framework-23.1.11
test-robot-framework-23.1.10
v23.1.x
test-robot-framework-v23.1.9
test-robot-framework-v23.1.8
test-robot-framework-v23.1.7
test-robot-framework-v23.1.6
test-robot-framework-v23.1.5
test-robot-framework-v23.1.4
test-robot-framework-v23.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>test-robot-framework</artifactId>
    <version>23.1.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.ndviet:test-robot-framework:23.1.17'

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

implementation("io.github.ndviet:test-robot-framework:23.1.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.ndviet" % "test-robot-framework" % "23.1.17"

Advertisement