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