License |
License |
---|---|
Categories |
CategoriesRuby Languages Cucumber Application Testing & Monitoring |
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIdcucumber-jruby |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: JRuby
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
cucumber-jruby-2.0.1.pom | |
cucumber-jruby-2.0.1.jar | 30 KB |
cucumber-jruby-2.0.1-sources.jar | 26 KB |
cucumber-jruby-2.0.1-shaded.jar | 2 MB |
cucumber-jruby-2.0.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jruby</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/
implementation 'io.cucumber:cucumber-jruby:2.0.1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-jruby/
implementation ("io.cucumber:cucumber-jruby:2.0.1")
'io.cucumber:cucumber-jruby:jar:2.0.1'
<dependency org="io.cucumber" name="cucumber-jruby" rev="2.0.1">
<artifact name="cucumber-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-jruby', version='2.0.1')
)
libraryDependencies += "io.cucumber" % "cucumber-jruby" % "2.0.1"
[io.cucumber/cucumber-jruby "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-core | jar | 2.0.1 |
io.cucumber : cucumber-jvm-deps | jar | 1.0.6 |
io.cucumber : gherkin | jar | 4.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jruby : jruby-complete | jar | 9.1.12.0 |
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-junit | jar | 2.0.1 |
junit : junit | jar | 4.12 |