MVN

org.seleniumx : seleniumx

Maven & Gradle

Nov 15, 2019
3 stars

Seleniumx · An automation framework working with annotation based on selenium

<dependency>
    <groupId>org.seleniumx</groupId>
    <artifactId>seleniumx</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seleniumx : seleniumx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of org.seleniumx : seleniumx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
seleniumx-1.4.4
seleniumx-1.4.3
seleniumx-1.4.2
seleniumx-1.4.1
seleniumx-1.4.0
1.3.x
seleniumx-1.3.0
1.2.x
seleniumx-1.2.0
1.1.x
seleniumx-1.1.2
seleniumx-1.1.1
seleniumx-1.1.0
1.0.x
seleniumx-1.0.2
seleniumx-1.0.1
seleniumx-1.0.0

How to add a dependency to Maven

Add the following org.seleniumx : seleniumx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seleniumx</groupId>
    <artifactId>seleniumx</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seleniumx : seleniumx gradle dependency to your build.gradle file:

implementation 'org.seleniumx:seleniumx:1.4.4'

Gradle Kotlin DSL: Add the following org.seleniumx : seleniumx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seleniumx:seleniumx:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seleniumx : seleniumx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seleniumx" % "seleniumx" % "1.4.4"