| GroupId | GroupIdorg.seleniumhq.selenium.fluent |
|---|---|
| ArtifactId | ArtifactIdfluent-selenium |
| Version | Version1.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fluent-selenium-1.13.pom | |
| fluent-selenium-1.13.jar | 131 KB |
| fluent-selenium-1.13-sources.jar | 36 KB |
| fluent-selenium-1.13-javadoc.jar | 310 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.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation 'org.seleniumhq.selenium.fluent:fluent-selenium:1.13'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation ("org.seleniumhq.selenium.fluent:fluent-selenium:1.13")
'org.seleniumhq.selenium.fluent:fluent-selenium:jar:1.13'
<dependency org="org.seleniumhq.selenium.fluent" name="fluent-selenium" rev="1.13">
<artifact name="fluent-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium.fluent', module='fluent-selenium', version='1.13')
)
libraryDependencies += "org.seleniumhq.selenium.fluent" % "fluent-selenium" % "1.13"
[org.seleniumhq.selenium.fluent/fluent-selenium "1.13"]