is not current version
Last Version 0.2.1

ru.iopump.pumpfw:cucumber 0.1

GUI Automation Framework. Based on Selenium WebDriver and AllureReporter

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

ru.iopump.pumpfw
ArtifactId

ArtifactId

cucumber
Version

Version

0.1
Type

Type

jar

Download cucumber 0.1


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