is not current version
Last Version 83

com.github.aoreshin:allure-steps 1.0.0.2

Little library to add abstract Allure steps

GroupId

GroupId

com.github.aoreshin
ArtifactId

ArtifactId

allure-steps
Version

Version

1.0.0.2
Type

Type

jar

Download allure-steps 1.0.0.2


<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/ -->
<dependency>
    <groupId>com.github.aoreshin</groupId>
    <artifactId>allure-steps</artifactId>
    <version>1.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation 'com.github.aoreshin:allure-steps:1.0.0.2'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation ("com.github.aoreshin:allure-steps:1.0.0.2")
'com.github.aoreshin:allure-steps:jar:1.0.0.2'
<dependency org="com.github.aoreshin" name="allure-steps" rev="1.0.0.2">
  <artifact name="allure-steps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-steps', version='1.0.0.2')
)
libraryDependencies += "com.github.aoreshin" % "allure-steps" % "1.0.0.2"
[com.github.aoreshin/allure-steps "1.0.0.2"]