| Группа | Группаcom.github.aoreshin |
|---|---|
| Идентификатор | Идентификаторallure-steps |
| Версия | Версия1.0.0.12 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| allure-steps-1.0.0.12.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/ -->
<dependency>
<groupId>com.github.aoreshin</groupId>
<artifactId>allure-steps</artifactId>
<version>1.0.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation 'com.github.aoreshin:allure-steps:1.0.0.12'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation ("com.github.aoreshin:allure-steps:1.0.0.12")
'com.github.aoreshin:allure-steps:pom:1.0.0.12'
<dependency org="com.github.aoreshin" name="allure-steps" rev="1.0.0.12">
<artifact name="allure-steps" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-steps', version='1.0.0.12')
)
libraryDependencies += "com.github.aoreshin" % "allure-steps" % "1.0.0.12"
[com.github.aoreshin/allure-steps "1.0.0.12"]