To use cucumber-jvm-rhino in your project, add the following dependency to your pom.xml
:
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-rhino</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
10000