is not current version
Last Version 2.0.1

io.cucumber:cucumber-jruby 2.0.0


Categories

Categories

Ruby Languages Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

cucumber-jruby
Version

Version

2.0.0
Type

Type

jar

Download cucumber-jruby 2.0.0


<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-jruby</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/
implementation 'io.cucumber:cucumber-jruby:2.0.0'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/
implementation ("io.cucumber:cucumber-jruby:2.0.0")
'io.cucumber:cucumber-jruby:jar:2.0.0'
<dependency org="io.cucumber" name="cucumber-jruby" rev="2.0.0">
  <artifact name="cucumber-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-jruby', version='2.0.0')
)
libraryDependencies += "io.cucumber" % "cucumber-jruby" % "2.0.0"
[io.cucumber/cucumber-jruby "2.0.0"]