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