не последняя версия
Последняя версия 7.4.1

io.cucumber:cucumber-guice 7.0.0-RC1


Категории

Категории

Cucumber Тестирование приложения и мониторинг GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection
Группа

Группа

io.cucumber
Идентификатор

Идентификатор

cucumber-guice
Версия

Версия

7.0.0-RC1
Тип

Тип

jar

Скачать cucumber-guice 7.0.0-RC1


<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-guice</artifactId>
    <version>7.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/
implementation 'io.cucumber:cucumber-guice:7.0.0-RC1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-guice/
implementation ("io.cucumber:cucumber-guice:7.0.0-RC1")
'io.cucumber:cucumber-guice:jar:7.0.0-RC1'
<dependency org="io.cucumber" name="cucumber-guice" rev="7.0.0-RC1">
  <artifact name="cucumber-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-guice', version='7.0.0-RC1')
)
libraryDependencies += "io.cucumber" % "cucumber-guice" % "7.0.0-RC1"
[io.cucumber/cucumber-guice "7.0.0-RC1"]