f

fluentlenium-cucumber

Cucumber Extension for FluentLenium
Apache 2
Files download
File Operation
fluentlenium-cucumber-4.5.1.jar download
fluentlenium-cucumber-4.5.1.pom download
fluentlenium-cucumber-4.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fluentlenium</groupId>
  <artifactId>fluentlenium-cucumber</artifactId>
  <version>4.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.fluentlenium:fluentlenium-cucumber:4.5.1'
Gradle Kotlin
implementation("org.fluentlenium:fluentlenium-cucumber:4.5.1")
Scala SBT
libraryDependencies += "org.fluentlenium" % "fluentlenium-cucumber" % "4.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.fluentlenium', module='fluentlenium-cucumber', version='4.5.1')
)
Apache Ivy
<dependency org="org.fluentlenium" name="fluentlenium-cucumber" rev="4.5.1" />
Leiningen
[org.fluentlenium/fluentlenium-cucumber "4.5.1"]
Apache Buildr
'org.fluentlenium:fluentlenium-cucumber:jar:4.5.1'