is not current version
Last Version 5.0.4

org.fluentlenium:fluentlenium-cucumber 1.0.0-rc3

Cucumber JVM Extension for FluentLenium

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-cucumber
Version

Version

1.0.0-rc3
Type

Type

jar

Download fluentlenium-cucumber 1.0.0-rc3


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