Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-rhino |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cucumber-rhino-1.0.4.pom | |
cucumber-rhino-1.0.4.jar | 7 KB |
cucumber-rhino-1.0.4-sources.jar | 4 KB |
cucumber-rhino-1.0.4-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-rhino</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/
implementation 'info.cukes:cucumber-rhino:1.0.4'
// https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/
implementation ("info.cukes:cucumber-rhino:1.0.4")
'info.cukes:cucumber-rhino:jar:1.0.4'
<dependency org="info.cukes" name="cucumber-rhino" rev="1.0.4">
<artifact name="cucumber-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-rhino', version='1.0.4')
)
libraryDependencies += "info.cukes" % "cucumber-rhino" % "1.0.4"
[info.cukes/cucumber-rhino "1.0.4"]