Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdcom.github.smallcreep.cucumber |
ArtifactId | ArtifactIdseeds |
Version | Version0.1.1 |
Type | Typepom |
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"]