MVN

net.sf.seleniumjt : seleniumjt-core

Maven & Gradle

May 02, 2014
0 stars

SeleniumJT is a Selenium2 wrapper framework that simplifies the coding required for getting you tests up and running fast. In addition to encapsulating the idiosyncrasies of Selenium WebDriver it also supplies a more reliable testing framework for dynamic web pages by allowing elements time for conditions to be met before failure, times that are fully customisable.

<dependency>
    <groupId>net.sf.seleniumjt</groupId>
    <artifactId>seleniumjt-core</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.seleniumjt : seleniumjt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of net.sf.seleniumjt : seleniumjt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
seleniumjt-core-1.2.4
seleniumjt-core-1.2.3
seleniumjt-core-1.2.2
seleniumjt-core-1.2.1
1.2
seleniumjt-core-1.2

How to add a dependency to Maven

Add the following net.sf.seleniumjt : seleniumjt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.seleniumjt</groupId>
    <artifactId>seleniumjt-core</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.seleniumjt : seleniumjt-core gradle dependency to your build.gradle file:

implementation 'net.sf.seleniumjt:seleniumjt-core:1.2.4'

Gradle Kotlin DSL: Add the following net.sf.seleniumjt : seleniumjt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.seleniumjt:seleniumjt-core:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.seleniumjt : seleniumjt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.seleniumjt" % "seleniumjt-core" % "1.2.4"