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