License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.memtrip.cucumber.smoothie |
ArtifactId | ArtifactIdgherkin-binding |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncucumber-smoothie - Gherkin bindings
The annotations that are used to bind gherkin to cucumber step definitions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gherkin-binding-1.0.3.pom | |
gherkin-binding-1.0.3.jar | 5 KB |
gherkin-binding-1.0.3-sources.jar | 7 KB |
gherkin-binding-1.0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-binding/ -->
<dependency>
<groupId>com.memtrip.cucumber.smoothie</groupId>
<artifactId>gherkin-binding</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-binding/
implementation 'com.memtrip.cucumber.smoothie:gherkin-binding:1.0.3'
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-binding/
implementation ("com.memtrip.cucumber.smoothie:gherkin-binding:1.0.3")
'com.memtrip.cucumber.smoothie:gherkin-binding:jar:1.0.3'
<dependency org="com.memtrip.cucumber.smoothie" name="gherkin-binding" rev="1.0.3">
<artifact name="gherkin-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.memtrip.cucumber.smoothie', module='gherkin-binding', version='1.0.3')
)
libraryDependencies += "com.memtrip.cucumber.smoothie" % "gherkin-binding" % "1.0.3"
[com.memtrip.cucumber.smoothie/gherkin-binding "1.0.3"]