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