File | Operation |
---|---|
allure-junit-1.3.6.pom | download |
<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-junit</artifactId>
<version>1.3.6</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-junit', version='1.3.6')
)
<parent> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-core</artifactId> <version>1.3.6</version> </parent>