Categories |
CategoriesRuby Languages Cucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-jruby |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
cucumber-jruby-1.0.11.pom | |
cucumber-jruby-1.0.11.jar | 12 KB |
cucumber-jruby-1.0.11-sources.jar | 5 KB |
cucumber-jruby-1.0.11-javadoc.jar | 39 KB |
cucumber-jruby-1.0.11-full.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-jruby/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-jruby</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-jruby/
implementation 'info.cukes:cucumber-jruby:1.0.11'
// https://jarcasting.com/artifacts/info.cukes/cucumber-jruby/
implementation ("info.cukes:cucumber-jruby:1.0.11")
'info.cukes:cucumber-jruby:jar:1.0.11'
<dependency org="info.cukes" name="cucumber-jruby" rev="1.0.11">
<artifact name="cucumber-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-jruby', version='1.0.11')
)
libraryDependencies += "info.cukes" % "cucumber-jruby" % "1.0.11"
[info.cukes/cucumber-jruby "1.0.11"]