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