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