is not current version
Last Version 83

com.github.aoreshin:allure-rest-assured 1.0.0.2

Fluent API wrapper for Rest Assured that adds Allure steps

GroupId

GroupId

com.github.aoreshin
ArtifactId

ArtifactId

allure-rest-assured
Version

Version

1.0.0.2
Type

Type

jar

Download allure-rest-assured 1.0.0.2


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