Download cucumber-html-0.2.1.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.1 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

cucumber-html-0.2.1-sources.jar
cucumber-html-0.2.1.jar
cucumber-html-0.2.1.pom



Related Tutorials