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