is not current version
Last Version 0.2.1

com.github.smallcreep.cucumber:seeds 0.2.0

Definitions basic steps for automation test on cucumber

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.github.smallcreep.cucumber
ArtifactId

ArtifactId

seeds
Version

Version

0.2.0
Type

Type

pom

Download seeds 0.2.0

Filename Size
seeds-0.2.0.pom 10 KB
Browse

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