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