| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCucumber Тестирование приложения и мониторинг Auto Библиотеки уровня приложения Code Generators |
| Группа | Группаio.cucumber |
| Идентификатор | Идентификаторtest-release-automation |
| Последняя версия | Последняя версия0.0.27 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTest Release Automation
Dummy project to test the action-publish-mvn GitHub Action
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/io.cucumber/test-release-automation/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>test-release-automation</artifactId>
<version>0.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/test-release-automation/
implementation 'io.cucumber:test-release-automation:0.0.27'
// https://jarcasting.com/artifacts/io.cucumber/test-release-automation/
implementation ("io.cucumber:test-release-automation:0.0.27")
'io.cucumber:test-release-automation:jar:0.0.27'
<dependency org="io.cucumber" name="test-release-automation" rev="0.0.27">
<artifact name="test-release-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='test-release-automation', version='0.0.27')
)
libraryDependencies += "io.cucumber" % "test-release-automation" % "0.0.27"
[io.cucumber/test-release-automation "0.0.27"]