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