не последняя версия
Последняя версия 5.0.4

org.fluentlenium:fluentlenium-parent 1.0.0-rc3

FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");

Группа

Группа

org.fluentlenium
Идентификатор

Идентификатор

fluentlenium-parent
Версия

Версия

1.0.0-rc3
Тип

Тип

pom

Скачать fluentlenium-parent 1.0.0-rc3

Имя Файла Размер
fluentlenium-parent-1.0.0-rc3.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/ -->
<dependency>
    <groupId>org.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>1.0.0-rc3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation 'org.fluentlenium:fluentlenium-parent:1.0.0-rc3'
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation ("org.fluentlenium:fluentlenium-parent:1.0.0-rc3")
'org.fluentlenium:fluentlenium-parent:pom:1.0.0-rc3'
<dependency org="org.fluentlenium" name="fluentlenium-parent" rev="1.0.0-rc3">
  <artifact name="fluentlenium-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fluentlenium', module='fluentlenium-parent', version='1.0.0-rc3')
)
libraryDependencies += "org.fluentlenium" % "fluentlenium-parent" % "1.0.0-rc3"
[org.fluentlenium/fluentlenium-parent "1.0.0-rc3"]