is not current version
Last Version 5.0.4

org.fluentlenium:fluentlenium-spock 4.1.1

Spock Adapter for FluentLenium

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-spock
Version

Version

4.1.1
Type

Type

jar

Download fluentlenium-spock 4.1.1


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