| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Cucumber Тестирование приложения и мониторинг |
| Группа | Группаcom.artnaseef |
| Идентификатор | Идентификаторcucumber-spring-boot |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCucumber + Spring Boot
Cucumber classes which enable the Cucumber engine to run within a Spring Boot Application.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cucumber-spring-boot-1.0.0.pom | |
| cucumber-spring-boot-1.0.0.jar | 17 KB |
| cucumber-spring-boot-1.0.0-sources.jar | 13 KB |
| cucumber-spring-boot-1.0.0-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>cucumber-spring-boot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/
implementation 'com.artnaseef:cucumber-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/
implementation ("com.artnaseef:cucumber-spring-boot:1.0.0")
'com.artnaseef:cucumber-spring-boot:jar:1.0.0'
<dependency org="com.artnaseef" name="cucumber-spring-boot" rev="1.0.0">
<artifact name="cucumber-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='cucumber-spring-boot', version='1.0.0')
)
libraryDependencies += "com.artnaseef" % "cucumber-spring-boot" % "1.0.0"
[com.artnaseef/cucumber-spring-boot "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| info.cukes : cucumber-core | jar | 1.2.5 |
| org.slf4j : slf4j-api | jar | 1.7.9 |