is not current version
Last Version 83

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

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.3
Type

Type

jar

Download allure-rest-assured 1.0.0.3


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