is not current version
Last Version 5.39

io.github.fslev:cucumber-utils 4.23

A little helper for Cucumber

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.fslev
ArtifactId

ArtifactId

cucumber-utils
Version

Version

4.23
Type

Type

jar

Download cucumber-utils 4.23


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