| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCucumber Тестирование приложения и мониторинг GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаio.cucumber |
| Идентификатор | Идентификаторcucumber-guice |
| Версия | Версия6.11.0 |
| Тип | Типjar |
| Описание |
ОписаниеCucumber-JVM: Guice
Cucumber for the JVM
|
| Имя Файла | Размер |
|---|---|
| cucumber-guice-6.11.0.pom | |
| cucumber-guice-6.11.0.jar | 9 KB |
| cucumber-guice-6.11.0-sources.jar | 10 KB |
| cucumber-guice-6.11.0-javadoc.jar | 406 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-guice</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/
implementation 'io.cucumber:cucumber-guice:6.11.0'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/
implementation ("io.cucumber:cucumber-guice:6.11.0")
'io.cucumber:cucumber-guice:jar:6.11.0'
<dependency org="io.cucumber" name="cucumber-guice" rev="6.11.0">
<artifact name="cucumber-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-guice', version='6.11.0')
)
libraryDependencies += "io.cucumber" % "cucumber-guice" % "6.11.0"
[io.cucumber/cucumber-guice "6.11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.cucumber : cucumber-core | jar | 6.11.0 |
| org.apiguardian : apiguardian-api | jar | 1.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 5.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.cucumber : cucumber-java | jar | 6.11.0 |
| io.cucumber : cucumber-junit | jar | 6.11.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.7.2 |