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