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