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