is not current version
Last Version 5.0.4

org.fluentlenium:fluentlenium-spock 3.2.0

Spock Adapter for FluentLenium

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-spock
Version

Version

3.2.0
Type

Type

jar

Download fluentlenium-spock 3.2.0


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