GroupId | GroupIdcom.github.aoreshin |
---|---|
ArtifactId | ArtifactIdallure-steps |
Version | Version1.0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
allure-steps-1.0.0.1.pom | |
allure-steps-1.0.0.1.jar | 20 KB |
allure-steps-1.0.0.1-tests.jar | 31 KB |
allure-steps-1.0.0.1-sources.jar | 11 KB |
allure-steps-1.0.0.1-javadoc.jar | 435 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation 'com.github.aoreshin:allure-steps:1.0.0.1'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-steps/
implementation ("com.github.aoreshin:allure-steps:1.0.0.1")
'com.github.aoreshin:allure-steps:jar:1.0.0.1'
<dependency org="com.github.aoreshin" name="allure-steps" rev="1.0.0.1">
<artifact name="allure-steps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-steps', version='1.0.0.1')
)
libraryDependencies += "com.github.aoreshin" % "allure-steps" % "1.0.0.1"
[com.github.aoreshin/allure-steps "1.0.0.1"]