is not current version
Last Version 5.0.4

org.fluentlenium:fluentlenium-spock 3.4.1

Spock Adapter for FluentLenium

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-spock
Version

Version

3.4.1
Type

Type

jar

Download fluentlenium-spock 3.4.1


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