Download cucumber-jvm-1.1.5.jar file - Jar c

Jar examples for c:cucumber-jvm

Description

Cucumber for the JVM

You can download jar file cucumber-jvm 1.1.5 in this page.

License

MIT License

Build File

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'

Download

Click the following link to download the jar file.

cucumber-jvm-1.1.5.pom



Related Tutorials