is not current version
Last Version 0.2.1

com.github.smallcreep.cucumber:seeds 0.1.1

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.1.1
Type

Type

pom

Download seeds 0.1.1

Filename Size
seeds-0.1.1.pom 9 KB
Browse

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