is not current version
Last Version 5.39

io.github.fslev:cucumber-utils 4.53

A little helper for Cucumber

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.fslev
ArtifactId

ArtifactId

cucumber-utils
Version

Version

4.53
Type

Type

jar

Download cucumber-utils 4.53


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