is not current version
Last Version 1.0.3

com.memtrip.cucumber.smoothie:gherkin-binding 1.0.0

The annotations that are used to bind gherkin to cucumber step definitions.

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.memtrip.cucumber.smoothie
ArtifactId

ArtifactId

gherkin-binding
Version

Version

1.0.0
Type

Type

jar

Download gherkin-binding 1.0.0


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