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

Latest commit

 

History

History
20 lines (16 loc) · 859 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 859 Bytes

Cucumber JVM Jython

OpenCollective OpenCollective

Maven Central Build Status

Installation

Maven

To use cucumber-jvm-clojure in your project, add the following dependency to your pom.xml:

<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-jython</artifactId>
    <version>2.0.1</version>
    <scope>test</scope>
</dependency>