Categories |
CategoriesCucumber Application Testing & Monitoring Net |
---|---|
GroupId | GroupIdnet.masterthought |
ArtifactId | ArtifactIdcucumber-sandwich |
Version | Version4.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/ -->
<dependency>
<groupId>net.masterthought</groupId>
<artifactId>cucumber-sandwich</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/
implementation 'net.masterthought:cucumber-sandwich:4.9.0'
// https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/
implementation ("net.masterthought:cucumber-sandwich:4.9.0")
'net.masterthought:cucumber-sandwich:jar:4.9.0'
<dependency org="net.masterthought" name="cucumber-sandwich" rev="4.9.0">
<artifact name="cucumber-sandwich" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.masterthought', module='cucumber-sandwich', version='4.9.0')
)
libraryDependencies += "net.masterthought" % "cucumber-sandwich" % "4.9.0"
[net.masterthought/cucumber-sandwich "4.9.0"]