MVN

com.infotel.seleniumRobot : seleniumRobot-example

Maven & Gradle

Apr 06, 2021
1 stars

selenium robot example · An example project on how to use SeleniumRobot project available at https://github.com/bhecquet/seleniumRobot

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>seleniumRobot-example</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infotel.seleniumRobot : seleniumRobot-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.infotel.seleniumRobot : seleniumRobot-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
seleniumRobot-example-4.0.3
seleniumRobot-example-4.0.2
seleniumRobot-example-4.0.1
seleniumRobot-example-4.0.0
3.14.x
seleniumRobot-example-3.14.1
2.2.x
seleniumRobot-example-2.2.1
seleniumRobot-example-2.2.0
2.0.x
seleniumRobot-example-2.0.0
1.2.x
seleniumRobot-example-1.2.2
seleniumRobot-example-1.2.1
seleniumRobot-example-1.2.0
1.1.x
seleniumRobot-example-1.1.0
1.0.x
seleniumRobot-example-1.0.0

How to add a dependency to Maven

Add the following com.infotel.seleniumRobot : seleniumRobot-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>seleniumRobot-example</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infotel.seleniumRobot : seleniumRobot-example gradle dependency to your build.gradle file:

implementation 'com.infotel.seleniumRobot:seleniumRobot-example:4.0.3'

Gradle Kotlin DSL: Add the following com.infotel.seleniumRobot : seleniumRobot-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infotel.seleniumRobot:seleniumRobot-example:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infotel.seleniumRobot : seleniumRobot-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infotel.seleniumRobot" % "seleniumRobot-example" % "4.0.3"