GroupId | GroupIdcom.github.aoreshin |
---|---|
ArtifactId | ArtifactIdallure-steps |
Version | Version1.0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
allure-steps-1.0.0.3.pom | |
allure-steps-1.0.0.3.jar | 20 KB |
allure-steps-1.0.0.3-tests.jar | 31 KB |
allure-steps-1.0.0.3-sources.jar | 11 KB |
allure-steps-1.0.0.3-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/ -->
<dependency>
<groupId>com.github.aoreshin</groupId>
<artifactId>allure-steps</artifactId>
<version>1.0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation 'com.github.aoreshin:allure-steps:1.0.0.3'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation ("com.github.aoreshin:allure-steps:1.0.0.3")
'com.github.aoreshin:allure-steps:jar:1.0.0.3'
<dependency org="com.github.aoreshin" name="allure-steps" rev="1.0.0.3">
<artifact name="allure-steps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-steps', version='1.0.0.3')
)
libraryDependencies += "com.github.aoreshin" % "allure-steps" % "1.0.0.3"
[com.github.aoreshin/allure-steps "1.0.0.3"]