Download cucumber-pro-1.0.16.jar file - Jar c

Jar examples for c:cucumber-pro

Description

Cucumber-JVM plugin for Cucumber Pro

You can download jar file cucumber-pro 1.0.16 in this page.

License

MIT License

Build File

You can use the following script to add cucumber-pro-1.0.16.jar to your project.

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-pro</artifactId>
   <version>1.0.16</version>
</dependency>
compile group: 'info.cukes', name: 'cucumber-pro', version: '1.0.16'
libraryDependencies += "info.cukes" % "cucumber-pro" % "1.0.16"
<dependency org="info.cukes" name="cucumber-pro" rev="1.0.16"/>
@Grapes(@Grab(group='info.cukes', module='cucumber-pro', version='1.0.16'))
'info.cukes:cucumber-pro:jar:1.0.16'

Download

Click the following link to download the jar file.

cucumber-pro-1.0.16-javadoc.jar
cucumber-pro-1.0.16-sources.jar
cucumber-pro-1.0.16.jar
cucumber-pro-1.0.16.pom



Related Tutorials