is not current version
Last Version 1.2.4

net.sf.seleniumjt:seleniumjt-core 1.2.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.seleniumjt
ArtifactId

ArtifactId

seleniumjt-core
Version

Version

1.2.1
Type

Type

jar

Download seleniumjt-core 1.2.1


<!-- https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/ -->
<dependency>
    <groupId>net.sf.seleniumjt</groupId>
    <artifactId>seleniumjt-core</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation 'net.sf.seleniumjt:seleniumjt-core:1.2.1'
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation ("net.sf.seleniumjt:seleniumjt-core:1.2.1")
'net.sf.seleniumjt:seleniumjt-core:jar:1.2.1'
<dependency org="net.sf.seleniumjt" name="seleniumjt-core" rev="1.2.1">
  <artifact name="seleniumjt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.seleniumjt', module='seleniumjt-core', version='1.2.1')
)
libraryDependencies += "net.sf.seleniumjt" % "seleniumjt-core" % "1.2.1"
[net.sf.seleniumjt/seleniumjt-core "1.2.1"]