| Категории |
КатегорииCucumber Тестирование приложения и мониторинг Сеть |
|---|---|
| Группа | Группаnet.masterthought |
| Идентификатор | Идентификаторcucumber-sandwich |
| Версия | Версия4.11.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/ -->
<dependency>
<groupId>net.masterthought</groupId>
<artifactId>cucumber-sandwich</artifactId>
<version>4.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/
implementation 'net.masterthought:cucumber-sandwich:4.11.2'
// https://jarcasting.com/artifacts/net.masterthought/cucumber-sandwich/
implementation ("net.masterthought:cucumber-sandwich:4.11.2")
'net.masterthought:cucumber-sandwich:jar:4.11.2'
<dependency org="net.masterthought" name="cucumber-sandwich" rev="4.11.2">
<artifact name="cucumber-sandwich" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.masterthought', module='cucumber-sandwich', version='4.11.2')
)
libraryDependencies += "net.masterthought" % "cucumber-sandwich" % "4.11.2"
[net.masterthought/cucumber-sandwich "4.11.2"]