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