is not current version
Last Version 5.0.4

org.fluentlenium:fluentlenium-cucumber 3.1.0

Cucumber JVM Extension for FluentLenium

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-cucumber
Version

Version

3.1.0
Type

Type

jar

Download fluentlenium-cucumber 3.1.0


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