f

fluentlenium-cucumber

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