| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCucumber Тестирование приложения и мониторинг |
| Группа | Группаcom.github.kevbradwick |
| Идентификатор | Идентификаторcucumber-selenium-archetype |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеcucumber-selenium-archetype
A Maven archetype for creating a Cucumber project with Selenium support
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cucumber-selenium-archetype-1.0.1.pom | |
| cucumber-selenium-archetype-1.0.1.jar | 10 KB |
| cucumber-selenium-archetype-1.0.1-sources.jar | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/ -->
<dependency>
<groupId>com.github.kevbradwick</groupId>
<artifactId>cucumber-selenium-archetype</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/
implementation 'com.github.kevbradwick:cucumber-selenium-archetype:1.0.1'
// https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/
implementation ("com.github.kevbradwick:cucumber-selenium-archetype:1.0.1")
'com.github.kevbradwick:cucumber-selenium-archetype:jar:1.0.1'
<dependency org="com.github.kevbradwick" name="cucumber-selenium-archetype" rev="1.0.1">
<artifact name="cucumber-selenium-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevbradwick', module='cucumber-selenium-archetype', version='1.0.1')
)
libraryDependencies += "com.github.kevbradwick" % "cucumber-selenium-archetype" % "1.0.1"
[com.github.kevbradwick/cucumber-selenium-archetype "1.0.1"]