Jar examples for c:cucumber-jvm
Cucumber for the JVM
You can download jar file cucumber-jvm 1.2.4 in this page.
MIT License
You can use the following script to add cucumber-jvm-1.2.4.jar to your project.
<dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-jvm</artifactId> <version>1.2.4</version> </dependency>
compile group: 'info.cukes', name: 'cucumber-jvm', version: '1.2.4'
libraryDependencies += "info.cukes" % "cucumber-jvm" % "1.2.4"
<dependency org="info.cukes" name="cucumber-jvm" rev="1.2.4"/>
@Grapes(@Grab(group='info.cukes', module='cucumber-jvm', version='1.2.4'))
'info.cukes:cucumber-jvm:jar:1.2.4'
Click the following link to download the jar file.
cucumber-jvm-1.2.4.pom