Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

cucumber-attic/cucumber-jvm-rhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-jvm-rhino

Maven Central

Installation

Maven

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>