Download cucumber-html-0.2.6.jar file - Jar c

Jar examples for c:cucumber-html

Description

Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations.

You can download jar file cucumber-html 0.2.6 in this page.

License

MIT License

Build File

You can use the following script to add cucumber-html-0.2.6.jar to your project.

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

Download

Click the following link to download the jar file.

cucumber-html-0.2.6-sources.jar
cucumber-html-0.2.6.jar
cucumber-html-0.2.6.pom



Related Tutorials