is not current version
Last Version 8.3

io.github.fslev:cucumber-jutils 6.27.jre8

A little helper for Cucumber

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.github.fslev
ArtifactId

ArtifactId

cucumber-jutils
Version

Version

6.27.jre8
Type

Type

jar

Download cucumber-jutils 6.27.jre8


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