Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdio.github.fslev |
ArtifactId | ArtifactIdcucumber-utils |
Version | Version5.19 |
Type | Typejar |
Filename | Size |
---|---|
cucumber-utils-5.19.pom | |
cucumber-utils-5.19.jar | 89 KB |
cucumber-utils-5.19-sources.jar | 44 KB |
cucumber-utils-5.19-javadoc.jar | 717 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/ -->
<dependency>
<groupId>io.github.fslev</groupId>
<artifactId>cucumber-utils</artifactId>
<version>5.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/
implementation 'io.github.fslev:cucumber-utils:5.19'
// https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/
implementation ("io.github.fslev:cucumber-utils:5.19")
'io.github.fslev:cucumber-utils:jar:5.19'
<dependency org="io.github.fslev" name="cucumber-utils" rev="5.19">
<artifact name="cucumber-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fslev', module='cucumber-utils', version='5.19')
)
libraryDependencies += "io.github.fslev" % "cucumber-utils" % "5.19"
[io.github.fslev/cucumber-utils "5.19"]