<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-java-adaptor-api</artifactId>
<version>1.4.7</version>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-java-adaptor-api', version='1.4.7')
)
<parent> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-core</artifactId> <version>1.4.7</version> </parent>
compile
|-- ru.yandex.qatools.allure:allure-java-annotations
|-- com.sun.xml.bind:jaxb-impl
test
|-- ru.yandex.qatools.allure:allure-commons
|-- junit:junit