is not current version
Last Version 5.39

io.github.fslev:cucumber-utils 5.22

A little helper for Cucumber

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.fslev
ArtifactId

ArtifactId

cucumber-utils
Version

Version

5.22
Type

Type

jar

Download cucumber-utils 5.22


<!-- https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/ -->
<dependency>
    <groupId>io.github.fslev</groupId>
    <artifactId>cucumber-utils</artifactId>
    <version>5.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/
implementation 'io.github.fslev:cucumber-utils:5.22'
// https://jarcasting.com/artifacts/io.github.fslev/cucumber-utils/
implementation ("io.github.fslev:cucumber-utils:5.22")
'io.github.fslev:cucumber-utils:jar:5.22'
<dependency org="io.github.fslev" name="cucumber-utils" rev="5.22">
  <artifact name="cucumber-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fslev', module='cucumber-utils', version='5.22')
)
libraryDependencies += "io.github.fslev" % "cucumber-utils" % "5.22"
[io.github.fslev/cucumber-utils "5.22"]