Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 845 Bytes

cucumber-jvm-scala

Maven Central Build Status

Dependency

SBT

To use cucumber-jvm-scala in your project, add the following line to your build.sbt

libraryDependencies += "io.cucumber" %% "cucumber-scala" % "4.7.1" % Test

Maven

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

<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-scala_2.12</artifactId>
    <version>4.7.1</version>
    <scope>test</scope>
</dependency>