is not current version
Last Version 1.0.3

com.memtrip.cucumber.smoothie:gherkin-parser 1.0.2

Preprocesses cucumber annotations, parses Gherkin feature files and uses the result to generate a test runner for the cucumber step definitions defined by the developer.

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.memtrip.cucumber.smoothie
ArtifactId

ArtifactId

gherkin-parser
Version

Version

1.0.2
Type

Type

jar

Download gherkin-parser 1.0.2


<!-- https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/ -->
<dependency>
    <groupId>com.memtrip.cucumber.smoothie</groupId>
    <artifactId>gherkin-parser</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/
implementation 'com.memtrip.cucumber.smoothie:gherkin-parser:1.0.2'
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/
implementation ("com.memtrip.cucumber.smoothie:gherkin-parser:1.0.2")
'com.memtrip.cucumber.smoothie:gherkin-parser:jar:1.0.2'
<dependency org="com.memtrip.cucumber.smoothie" name="gherkin-parser" rev="1.0.2">
  <artifact name="gherkin-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.memtrip.cucumber.smoothie', module='gherkin-parser', version='1.0.2')
)
libraryDependencies += "com.memtrip.cucumber.smoothie" % "gherkin-parser" % "1.0.2"
[com.memtrip.cucumber.smoothie/gherkin-parser "1.0.2"]