f

fluentlenium-cucumber

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