Download gherkin-2.7.3.jar file - Jar g

Jar examples for g:gherkin

Description

Enables analysis of Cucumber Gherkin features files in SonarQube

You can download jar file gherkin 2.7.3 in this page.

License

MIT License

Build File

You can use the following script to add gherkin-2.7.3.jar to your project.

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

Download

Click the following link to download the jar file.

gherkin-2.7.3-javadoc.jar
gherkin-2.7.3-sources.jar
gherkin-2.7.3.jar
gherkin-2.7.3.pom



Related Tutorials