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