GroupId | GroupIdorg.seleniumhq.selenium.fluent |
---|---|
ArtifactId | ArtifactIdfluent-selenium |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
fluent-selenium-1.6.3.pom | |
fluent-selenium-1.6.3.jar | 380 KB |
fluent-selenium-1.6.3-sources.jar | 39 KB |
fluent-selenium-1.6.3-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/ -->
<dependency>
<groupId>org.seleniumhq.selenium.fluent</groupId>
<artifactId>fluent-selenium</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation 'org.seleniumhq.selenium.fluent:fluent-selenium:1.6.3'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation ("org.seleniumhq.selenium.fluent:fluent-selenium:1.6.3")
'org.seleniumhq.selenium.fluent:fluent-selenium:jar:1.6.3'
<dependency org="org.seleniumhq.selenium.fluent" name="fluent-selenium" rev="1.6.3">
<artifact name="fluent-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium.fluent', module='fluent-selenium', version='1.6.3')
)
libraryDependencies += "org.seleniumhq.selenium.fluent" % "fluent-selenium" % "1.6.3"
[org.seleniumhq.selenium.fluent/fluent-selenium "1.6.3"]