MVN

com.infotel.seleniumRobot : noreg-tests

Maven & Gradle

Oct 28, 2017
5 stars

noreg-tests

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>noreg-tests</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
noreg-tests-3.2.1
noreg-tests-3.2.0
3.1.x
noreg-tests-3.1.0
3.0.x
noreg-tests-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>noreg-tests</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.infotel.seleniumRobot:noreg-tests:3.2.1'

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

implementation("com.infotel.seleniumRobot:noreg-tests:3.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.infotel.seleniumRobot" % "noreg-tests" % "3.2.1"