License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIdcucumber-rhino |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Rhino
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
cucumber-rhino-2.0.1.pom | |
cucumber-rhino-2.0.1.jar | 11 KB |
cucumber-rhino-2.0.1-sources.jar | 7 KB |
cucumber-rhino-2.0.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-rhino/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-rhino</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-rhino/
implementation 'io.cucumber:cucumber-rhino:2.0.1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-rhino/
implementation ("io.cucumber:cucumber-rhino:2.0.1")
'io.cucumber:cucumber-rhino:jar:2.0.1'
<dependency org="io.cucumber" name="cucumber-rhino" rev="2.0.1">
<artifact name="cucumber-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-rhino', version='2.0.1')
)
libraryDependencies += "io.cucumber" % "cucumber-rhino" % "2.0.1"
[io.cucumber/cucumber-rhino "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-core | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-jvm-deps | jar | 1.0.6 |
io.cucumber : gherkin | jar | 4.1.3 |
org.mozilla : rhino | jar | 1.7.7.2 |
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-junit | jar | 2.0.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |