| GroupId | GroupIdcom.github.aoreshin |
|---|---|
| ArtifactId | ArtifactIdallure-rest-assured |
| Version | Version1.0.0.11 |
| Type | Typepom |
| Filename | Size |
|---|---|
| allure-rest-assured-1.0.0.11.pom | 1 KB |
| Browse |
<!-- 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.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-rest-assured/
implementation 'com.github.aoreshin:allure-rest-assured:1.0.0.11'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-rest-assured/
implementation ("com.github.aoreshin:allure-rest-assured:1.0.0.11")
'com.github.aoreshin:allure-rest-assured:pom:1.0.0.11'
<dependency org="com.github.aoreshin" name="allure-rest-assured" rev="1.0.0.11">
<artifact name="allure-rest-assured" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-rest-assured', version='1.0.0.11')
)
libraryDependencies += "com.github.aoreshin" % "allure-rest-assured" % "1.0.0.11"
[com.github.aoreshin/allure-rest-assured "1.0.0.11"]